home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / CHIP / Nero / Exact Audio Copy PL 0.95 / EACSetup.exe / {app} / Languages / English.txt < prev    next >
Text File  |  2006-02-21  |  148KB  |  4,565 lines

  1. #####################################################
  2. #
  3. #  EAC Language Translation File
  4. #
  5. #  Copyright 2003 by Andre Wiethoff
  6. #
  7. #####################################################
  8.  
  9.  
  10. # Please read these comments before you actually change
  11. # anything in this file (or create a new translation 
  12. # based on it). It contains many hints and explanations
  13. # how such a file has to look like.
  14. # First of all, you have probably noted that everything
  15. # in this file after a '#' character will be ignored
  16. # (and can be used as a comment).
  17. # Of course, you don't need to translate any of the
  18. # comments.
  19.  
  20. # Next important issue is that all language strings have
  21. # an unique and identifying number to which the string
  22. # is assigned.
  23. # If a number is assigned to a different number, the 
  24. # text of the second number (right side of the equal
  25. # character) is assigned to the number on the left.
  26. # That way, a translation has to be performed only once
  27. # and is copied into a different resource location.
  28. # Usually these lines with two numbers don't need to
  29. # be changed.
  30.  
  31. # The next question is, what should be translated how.
  32. # Some words are a kind of keywords that MAY NOT
  33. # translated in these files. A second list contains
  34. # words that SHOULD NOT be translated (if anyhow 
  35. # possible)
  36. #
  37. # List of words, that MAY NOT be translated :
  38. # (Of course also words that are based on these words)
  39. #
  40. #    Offset
  41. #    Sample
  42. #    CRC
  43. #    Lead-In
  44. #    Lead-Out
  45. #    UPC
  46. #    ISRC
  47. #    CUE Sheet
  48. #    BurnProof
  49. #    ID3 Tag
  50. #    EAC
  51. #    Exact Audio Copy
  52. #    LAME
  53. #    freedb
  54. #    BladeEnc
  55. #    SatCP
  56. #    Session
  57. #    CD-TEXT
  58. #    CDPLAYER.INI
  59. #    ASPI
  60. #
  61. # List of words, that SHOULD NOT be translated :
  62. #
  63. #    Track
  64. #    Index
  65. #    CD
  66. #    Burst
  67. #    Pop
  68. #    Glitch
  69. #    FAQ
  70. #    Image   (CD Image)
  71. #    Native  (ASPI Interface)
  72. #    Interpolate
  73. #    Flange
  74. #    Zoom
  75.  
  76. # The strings that are assigned to the numbers are
  77. # quite easy constructed. All assigments have the
  78. # following look, either
  79. # <number> = <number>
  80. # or
  81. # <number> = <string>
  82. # The first case was already explained, the text from
  83. # the second number will be copied to the first.
  84. # The common case is that a string is assigned, which
  85. # need to be translated.
  86. # A <String> is based on a specific structure, each
  87. # <String> starts and ends with a '"' character. e.g.
  88. # "This is a test" is a string. If a string is too
  89. # long to fit in a line, it is possible to concat two
  90. # strings into one. e.g. 
  91. # "This is "+
  92. # "a test" 
  93. # will result in the string "This is a test". Please 
  94. # note # that the line have to end after the '+' 
  95. # character. And also please note that the <space>
  96. # (empty character) in the first line is necessary,
  97. # as otherwise the string would result in 
  98. # "This isa test".
  99. # In some strings, there are <spaces> at the beginning
  100. # or at the end of the string, please keep the exact
  101. # number of spaces at that position. e.g. change
  102. # "  This is a test " only to "  Dies ist ein Test "
  103. # If a string need to contain the character '"', a
  104. # special code has to be used, as '"' would tell that
  105. # the string is finished. So, whenever the string
  106. # needs the character '"' use the code '\"' instead.
  107. # e.g. "This is a \"test\" file"
  108. # Some strings (for some dialogs) have a '\n' code
  109. # in it. This stands for a carriage return. This is
  110. # only possible within special messages, so when a
  111. # string does not contain such a character, please
  112. # do not add one, it will most probably not work out
  113. # as expected. e.g.
  114. # "This is\n\na test" would look like this:
  115. # This is
  116. #
  117. # a test
  118. # Usually two '\n' codes are used in the strings to
  119. # make such dialogs more easy to read. If there are
  120. # such codes at the end or at the beginning of a 
  121. # string, please also keep these codes untouched.
  122.  
  123. # The resources are sorted by dialogs and menus as far
  124. # as possible, but at the end of the file, there is a
  125. # list of all other resource strings that were not
  126. # sorted directly into a dialog.
  127. # Please do not change the order of the resource
  128. # numbers, this is important for future updates of
  129. # EAC.
  130.  
  131. # If there are special needs for information on a
  132. # specific resource, there will be more comments on
  133. # that topic.
  134.  
  135. # Now, you know all you need to translate this file
  136. # into your language. If you make a mistake, EAC
  137. # will show an error message with the erraneous line
  138. # specified with the exact type of error.
  139. # You should test your translation in small pieces,
  140. # translate e.g. a dialog and then test the translation
  141. # by starting EAC on errors, and that all texts
  142. # are fitting in the reserved space for each resource.
  143. # Also spell check all your translated texts directly
  144. # in the appropriate dialog. If you don't know exactly
  145. # for a string how to translate, you can have a look
  146. # at the other language definition files that comes
  147. # with this EAC.
  148.  
  149.  
  150.  
  151. ####################################################
  152. # EAC General Resources
  153. ####################################################
  154.  
  155. # Please enter here your name that will be shown in
  156. # the EAC About dialog. Translate the rest of the
  157. # line also into your language
  158.  
  159.     98 = "Translated by Andre Wiethoff"
  160.  
  161. # Please change the given email address here to your
  162. # email address, so you can be addressed if an error
  163. # in the translation was found.
  164.  
  165.     99 = "E-Mail : eac?exactaudiocopy.de"
  166.  
  167. # This is the name of your language in your own
  168. # language
  169.  
  170.      1 = "English"
  171.  
  172. # This is the name of your language in the english
  173. # language
  174.  
  175.      2 = "English"
  176.  
  177. # This is the code which is displayed by the program
  178. # showinfo.exe that comes with this SDK. It is the
  179. # locale information from the windows system
  180. # installed on your computer.
  181.  
  182.      3 = "0409"
  183.  
  184. # This is the second code number which is shown by
  185. # the showinfo.exe program. It identifies a specific
  186. # language and should be unique for each language.
  187.  
  188.      4 = "47AB3DF2"
  189.  
  190. # The following strings are very common strings that
  191. # are used very often in the dialogs etc.
  192.  
  193.      5 = "Error Message"
  194.      6 = "Warning"
  195.      7 = "Success"
  196.  
  197.     10 = "OK"
  198.     11 = "Cancel"
  199.     12 = "Apply"
  200.     15 = "Yes"
  201.     16 = "No"
  202.  
  203.     31 = "Filename will be ignored"
  204.     50 = "Value out of range !"
  205.     51 = "Invalid characters !"
  206.     52 = "Invalid filename !"
  207.  
  208.  
  209.  
  210. ####################################################
  211. # EAC Options - Extraction Tab
  212. ####################################################
  213.  
  214.   4200 = "Extraction"
  215.  
  216.   4310 = " Fill up missing offset samples with silence "
  217. 104310 = "When using offset correction, without the "+
  218.          "drive being able to overread into lead-in/lead-out, "+
  219.          "this flag specifies if the missing samples should be "+
  220.          "filled with silence or just left out, resulting "+
  221.          "in a WAV file with missing some samples."
  222.  
  223.   4308 = " No use of null samples for CRC calculations "
  224. 104308 = "This flag specifies if on checksum calculations "+
  225.          "silence is used for this as well. Having silence "+
  226.          "at the beginning and the end could make CRC "+
  227.          "comparisons the same even if a different read "+
  228.          "offset was used."
  229.  
  230.   4202 = " Synchronize between tracks "
  231. 104202 = "At track junctions EAC is able to synchronize between "+
  232.          "the two tracks, making it sure that no pops/gaps will "+
  233.          "occur on these junctions. This works of course only "+
  234.          "if adjacent tracks are extracted."
  235.  
  236.   4203 = " Delete leading and trailing silent blocks "
  237. 104203 = "EAC will cut off any digital silence in front and "+
  238.          "behind all tracks (and ranges) that are extracted, "+
  239.          "resulting in a file with length shorter than the original."
  240.  
  241.  13701 = " Skip track extraction on read or sync errors "
  242. 113701 = "If selected, EAC will, on the first occurrence of "+
  243.          "a read or sync error, skip the actual track and "+
  244.          "proceed with the next one."
  245.  
  246.  13702 = " Skip track extraction after duration longer than "
  247. 113702 = "If selected, EAC will, after extracting a given "+
  248.          "time on a track, skip the actual track and proceed "+
  249.          "with the next one. This is handy if error correction "+
  250.          "takes too long, making error-free extraction nearly unfeasible."
  251.   4230 = "times realtime"
  252.  
  253.   4210 = " After each "
  254. 104210 = "On difficult, error-full extractions it is often a good idea "+
  255.          "to pause the extraction within a specific time interval, in "+
  256.          "order to prevent any damage of the CD-ROM drive."
  257.   4211 = "mins of extraction, cool down the drive for"
  258.   4214 = "mins"
  259.  
  260.   4215 = " Lock drive tray during extraction"
  261. 104215 = "EAC will lock the CD-ROM drive tray to make "+
  262.          "sure that the user don't open it by accident "+
  263.          "during the extraction process. If not selected, "+
  264.          "the tray would open during an extraction, but "+
  265.          "leaving EAC in an unknown state."
  266.  
  267.   4208 = "Extraction and compression priority"
  268. 104205 = "This is a priority used for extraction and "+
  269.          "compression. If you select a priority higher "+
  270.          "than Normal, EAC will work in the background "+
  271.          "without any speed sacrifices while the user "+
  272.          "works in another application."
  273.  
  274.   4232 = "Error recovery quality"
  275. 107602 = "There are three levels of error correction, also "+
  276.          "visible in the number of error-display rows in the "+
  277.          "extraction dialog. This only specifies how many "+
  278.          "rereads will be done before giving up."
  279.  
  280.   4233 = "A higher error recovery quality will slow "+
  281.          "down extraction on read and sync errors"
  282.  
  283.   4270 = "Low"
  284.   4271 = "Medium"
  285.   4272 = "High"
  286.  
  287.   4280 = "Idle"
  288.   4281 = "Normal"
  289.   4282 = "High"
  290.  
  291.   4290 = 50
  292.   4291 = 51
  293.  
  294.  
  295.  
  296. ####################################################
  297. # EAC Options - General
  298. ####################################################
  299.  
  300.   4300 = " General "
  301.  
  302.   4312 = " Use alternate CD play routines "
  303. 104312 = "When selected all CD play routines will work by "+
  304.          "extracting and digitally sending the audio data "+
  305.          "to the sound card. This has the advantage that no "+
  306.          "cable has to be installed between the drive and "+
  307.          "the soundcard."
  308.  
  309.   4307 = " Disable 'CD Autostart' for audio and data CDs while EAC running "
  310. 104307 = "EAC will disable Windows CD autostart feature in order "+
  311.          "alltimes a new CD is inserted to not have pop up either "+
  312.          "the Windows cd player or start the setup program of the CD."
  313.  
  314.   4314 = " On unknown CDs, "
  315. 104314 = "If a CD is inserted for that EAC has no information "+
  316.          "stored, EAC could take automatically the following actions."
  317.  
  318.   4317 = " automatically access online freedb database "
  319. 104317 = "The internet CD database is questioned automatically "+
  320.          "if an unknown CD is inserted. Of course the EAC internet "+
  321.          "options has to be set correctly before."
  322.  
  323.   4318 = " open CD information dialog "
  324. 104318 = "On an unknown CD, EAC will pop up its CD information "+
  325.          "dialog where the user could easily enter all necessary "+
  326.          "CD information."
  327.  
  328.   4309 = " Display times using Frames "
  329. 104309 = "It is possible to display the time information in the "+
  330.          "main window in two different formats, either as hundredth "+
  331.          "of seconds or as 1/75 seconds (frames) which is more native "+
  332.          "to the CD. The frame display is always exact while hundredth "+
  333.          "of seconds will be rounded."
  334.  
  335.   4302 = " Ask before overwriting files "
  336. 104302 = "If a track with the specific filename on the CD already "+
  337.          "exists, EAC is able to either ask if the file really should "+
  338.          "be overwritten or just overwrite without asking."
  339.  
  340.   4319 = " Correct bug of wrong filename order in Windows multiple file dialog "
  341. 104319 = "The Windows file selection box has some strange behaviour "+
  342.          "that occurs when selecting multiple files, the first and "+
  343.          "last track will be exchanged. This occurs when clicking the "+
  344.          "last file of the list as the last one. This function will "+
  345.          "correct this and exchange both files again."
  346.  
  347.   4306 = " Show status dialog after extraction "
  348. 104306 = "Here you could select if after extraction EAC should show up "+
  349.          "the Extraction Status dialog with information on "+
  350.          "read errors and quality."
  351.  
  352.   4303 = " Beep after extraction finished "
  353. 104303 = "After extraction is finished EAC is able to perform a Windows Beep."
  354.  
  355.   4304 = " Eject CD after extraction finished "
  356. 104304 = "It is possible to eject the CD automatically after "+
  357.          "extraction is finished."
  358.  
  359.   4320 = "When using the Power Down feature"
  360. 104320 = "EAC is able to power down or reset the computer "+
  361.          "automatically after it has finished an extraction."
  362.  
  363.   4315 = " power down computer "
  364. 104315 = "If selected, EAC will power down the computer after "+
  365.          "an extraction has finished."
  366.  
  367.   4316 = " restart computer "
  368. 104316 = "If selected, EAC will reset the computer in order to "+
  369.          "start up new for a clean environment."
  370.  
  371.   4406 = " wait for external compressors "
  372.  
  373.  
  374. ####################################################
  375. # EAC Options - Tools
  376. ####################################################
  377.  
  378.  13700 = " Tools "
  379.  
  380.   9505 = " Retrieve UPC / ISRC codes in CUE sheet generation "
  381. 109505 = "On automatically generating a CUE sheet for a CD, "+
  382.          "it is possible to add also its UPC and ISRCs. On "+
  383.          "the other hand this could be quite time consuming on some CDs."
  384.  
  385.   4209 = " Use CD-Text information in CUE sheet generation "
  386. 104209 = "Add PERFORMER and TITLE to CUE sheets that are created. "+
  387.          "If the program and writer supports CD-Text these information "+
  388.          "will be written automatically to the CD. These information "+
  389.          "are taken from the main window and from the CD Information dialog."
  390.  
  391.  13705 = " Create '.m3u' playlist on extraction "
  392. 113705 = "If selected, EAC will automatically write an '.m3u' playlist "+
  393.          "to the chosen directory, name is generated from the CD name. "+
  394.          "Only tracks selected for extraction will be listed in this file."
  395.  
  396.  13716 = " Write m3u playlist with extended information "
  397. 113716 = "Some few player will read extended information from the "+
  398.          ".m3u file, containing length, title and more. These "+
  399.          "additional information are inserted as comments, nevertheless "+
  400.          "other player does not like comments in the playlist, so "+
  401.          "you can disable this feature for compatibility reasons."
  402.  
  403.  13706 = " Automatically write status report after extraction "
  404. 113706 = "After extraction has been finished it is possible to automatically "+
  405.          "save the status information to a file, the name will be generated "+
  406.          "from the CD title."
  407.  
  408.  13707 = " On extraction, start external compressors queued in the background "
  409. 113707 = "Using this flag will let EAC do all compressions during extractions "+
  410.          "using external commandline encoders in a queue and all codecs at "+
  411.          "the same time as the extraction. As compression will work beside "+
  412.          "extraction, this could result in some problems. First of all, on slow "+
  413.          "computers, extraction could get more problematic and errors could "+
  414.          "occur more often or more severe. Second using external command line "+
  415.          "encoders, in worst case, the whole CD is extracted as WAV, so up to "+
  416.          "700 MB free space would be needed, unlike compression without this "+
  417.          "option, where the next track is extracted, when the previous track "+
  418.          "has finished compression (and could be deleted)."
  419.  
  420.  13712 = "Use"
  421.  13710 = "simultaneous external compressor thread(s)"
  422.  13714 = "It is necessary to restart EAC to change the number of compression threads."
  423.  
  424.  13709 = " Do not open external compressor window "
  425. 113709 = "Using external command line encoder, EAC will usually open "+
  426.          "a new window showing the progress of the encoder. Using "+
  427.          "this option no new window is opened for status messages, "+
  428.          "thus no conflicts with other applications occur. On the "+
  429.          "other hand, you don't know how much of a file need still to be encoded."
  430.  
  431.  13708 = " Submit drive features after detection (but ask for permission) "
  432. 113708 = "To help other users without matching offset CDs or other "+
  433.          "problems of determinating the drive features, EAC can submit "+
  434.          "drive feature data to a central database. If this flag is "+
  435.          "selected EAC will ask if it is allowed to submit these data. If "+
  436.          "this flag is not selected, EAC will not ask nor send any data."
  437.  
  438.  13715 = " Activate beginner mode, disable all advanced features "
  439. 113715 = "EAC is a very complex tool, that need knowledge of the "+
  440.          "structure of audio CDs in order to exploit all its features. "+
  441.          "As beginners often worry which option is really necessary "+
  442.          "to be set in order to get good results, EAC is able to hide "+
  443.          "options that should only be used by experts and are not "+
  444.          "necessary for good copies of audio CDs.");
  445.  
  446.  13780 = "Setting the beginner mode will reset some other options "+
  447.          "to their default value !\n\nDo you want to continue ?"
  448.  
  449.  
  450.  
  451. ####################################################
  452. # EAC Options - Normalize
  453. ####################################################
  454.  
  455.   4100 = "Normalize"
  456.  
  457.   1512 = " Normalize "
  458. 101512 = "Normalizing a track means to change its volume to a given "+
  459.          "maximum loudness, 100% means that the song (in the file) will "+
  460.          "be as loud as possible (without clipping) (0 dB) and 25% means "+
  461.          "that the volume will be only a fourth of the maximum possible "+
  462.          "loudness (-12 dB). This could be handy to bring all songs of a "+
  463.          "sampler to the same maximum loudness, but could also destroy "+
  464.          "the intended effect (dynamics) created by a composer."
  465.  
  466.   1510 = "Normalize to"
  467. 101504 = "This is the level of normalization, 100% is maximum value. "+
  468.          "Usually for maximum loudness a few percent lower value is "+
  469.          "taken to prevent clipping by the output devices."
  470.  
  471.   1513 = "But only, if Peak Level is"
  472.   1518 = "smaller than"
  473. 101514 = "Here you could choose for what tracks normalization should be "+
  474.          "done at all. It should be done if a track has a low maximum volume. "+
  475.          "All tracks with a volume below this value will be normalized."
  476.  
  477.   1555 = "or"
  478.  
  479.   1520 = "greater than"
  480. 101516 = "Here you could choose for what tracks normalization should be "+
  481.          "done at all. It should be done if a track has an extreme high "+
  482.          "maximum volume. All tracks with a volume higher than this "+
  483.          "value will be normalized."
  484.  
  485.  
  486.  
  487. ####################################################
  488. # EAC Options - Filename
  489. ####################################################
  490.  
  491.   4400 = "Filename"
  492.  
  493.   4460 = "Construction of save filenames"
  494.  
  495.   4420 = "Naming scheme"
  496. 104444 = "In this field you could select how the filename of an "+
  497.          "extracted track is constructed. By choosing placeholders "+
  498.          "for properties of the CD you could create any filename "+
  499.          "you want. Of course you could also use additional text, "+
  500.          "and you could specify a '\\' to tell that it should be in "+
  501.          "a subdirectory. If the subdirectory does not exists, "+
  502.          "it will be created. There is a limitation that you can't "+
  503.          "specify an absolute position (e.g. 'C:\\directory\\%T' or '\\%T')."
  504.  
  505.   4421 = " Use various artist naming scheme "
  506. 104421 = "It is possible to use an alternative naming scheme on CDs "+
  507.          "with various artists. When selected, the naming scheme will "+
  508.          "be used on these CDs instead. Of course the appropriate "+
  509.          "option in the CD information has to be set."
  510.  
  511. 104423 = "On various artist CDs an alternative naming scheme may "+
  512.          "be used. The parameter has the same conventions as the "+
  513.          "normal naming scheme."
  514.  
  515.   4401 = "- Track title"
  516.   4404 = "- Track number"
  517.   4402 = "- CD or track artist"
  518.   4403 = "- Release year"
  519.   4405 = "- CD title"
  520.   4413 = "- ID3 music type"
  521.   4414 = "- freedb music type"
  522.   4425 = "- CD artist"
  523.  
  524.   4412 = "For example : "
  525.  
  526.   4411 = " Replace spaces by underscores "
  527. 104411 = "If selected, all spaces in filenames that are created "+
  528.          "will be replaced by underscores ('_')."
  529.  
  530.   4418 = "Note :"
  531.   4419 = "For normal extractions either "+
  532.          "<Track title>  OR  <Track number> is mandatory."
  533.   4422 = "For index-based extractions only <Track number> "+
  534.          "is mandatory."
  535.  
  536.   4466 = 52
  537.  
  538.  
  539.  
  540. ####################################################
  541. # EAC Options - Catalog
  542. ####################################################
  543.  
  544.   3900 = "Catalog"
  545.  
  546.   3907 = "Catalog file length (in seconds)"
  547. 103903 = "If creating catalog sample pieces, this will specify "+
  548.          "the total length in seconds of each sample piece."
  549.  
  550.   3911 = "Catalog start position in a track (in seconds)"
  551. 103909 = "This is the position in seconds in the track where "+
  552.          "the catalog sample piece should start.");
  553.  
  554.   3912 = "Fade in length (in seconds)"
  555. 103910 = "The catalog sample piece will be faded in for this "+
  556.          "length in seconds."
  557.  
  558.   3908 = "Fade out length (in seconds)"
  559. 103902 = "A fade out will be done to the catalog sample pieces "+
  560.          "for this length in seconds.");
  561.  
  562.   3940 = "No number !"
  563.   3941 = "Fade time greater than total length !"
  564.  
  565.  
  566.  
  567. ####################################################
  568. # EAC Options - Directories
  569. ####################################################
  570.  
  571.  12900 = "Directories"
  572.  
  573.  12901 = "Standard directory for extraction"
  574.  
  575.  12902 = " Ask every time (default showing last used directory) "
  576. 112902 = "If this is selected, EAC will ask always for the "+
  577.          "destination directory of all extractions."
  578.  
  579.  12903 = " Use this directory "
  580. 112903 = "You can specify a directory to where all extractions are "+
  581.          "targeted."
  582.  
  583. 112904 = "This base directory will be used for extracting all tracks."
  584.  
  585.  12905 = "Browse..."
  586. 112905 = "Browse for a directory as a target of upcoming extractions."
  587.  
  588.  12906 = "EAC language selection"
  589.  12907 = "Use language"
  590. 112908 = "It is possible to have EAC localized in your own language. "+
  591.          "All texts within EAC are translated for easier access to most "+
  592.          "functions for persons unfamiliar with the english language." +
  593.          "If your language is not listed here, the translation is perhaps "+
  594.          "in work, have a look on the EAC page for recent translations."
  595.  
  596.  
  597. ####################################################
  598. # EAC Options - Write
  599. ####################################################
  600.  
  601.  13500 = " Write "
  602.  
  603.  13501 = "CD-Text options"
  604.  
  605.  13502 = " Upper all characters (on writing) "
  606. 113502 = "If selected, all characters of the title and artist of the "+
  607.          "CD-Text information are made to upper-case."
  608.  13504 = "e.g.  \"Queen\"  becomes  \"QUEEN\""
  609.  
  610.  13503 = " Include artist in the CD-Text track title entry (on writing) "
  611. 113503 = "The artist will be included into the title of the CD-Text "+
  612.          "information, as some standalone CD-Player will display only "+
  613.          "the title and not the artist field."
  614.  13505 = "e.g. \"Bohemian Rhapsody\"  becomes  \"Queen - Bohemian Rhapsody\""
  615.  
  616.  13506 = " Disable copy protection flag on adding audio files to the "+
  617.          "layout editor as default "
  618. 113506 = "This flag will disable the copy protection flag as default "+
  619.          "for all added tracks in the write layout editor. But you are "+
  620.          "still able to change the settings in the layout editor."
  621.  
  622.  13507 = " Use CDRDAO for writing in the EAC layout editor "
  623. 113507 = "EAC is able to use its internal writing routines for burning, "+
  624.          "or it can call an external application called CDRDAO. The advantage "+
  625.          "of CDRDAO lies in the better support of older and newer CD-R drives. "+
  626.          "On the other hand, EACs routines are internal, making them basically "+
  627.          "a little bit more stable. In both cases write offset correction will "+
  628.          "be performed."
  629.  
  630.  
  631. ####################################################
  632. # EAC Options - Interface
  633. ####################################################
  634.  
  635.  13300 = "Interface"
  636.  
  637.  13301 = "Use of SCSI interface"
  638.  
  639.  13302 = " Installed external ASPI interface "
  640. 113302 = "An external SCSI/IDE interface, called ASPI, will be used. "+
  641.          "For best compatibility you should use the one from Adaptec."
  642.  
  643.  13306 = " Installed external ASAPI interface (from VOB software) "
  644. 113306 = "EAC also support a different SCSI interface by the third-party "+
  645.          "manufacturer VOB. This interface should be able to handle "+
  646.          "IDE, SCSI, USB, Parallel and Firewire devices."
  647.  
  648.  13303 = " Native Win32 interface for Win NT/2000/XP "
  649. 113303 = "The SCSI/IDE interface used will be the one provided by EAC. "+
  650.          "This works only for Windows NT, 2000 and XP, "+
  651.          "but it could result in some problems because bugs "+
  652.          "could occur anytime."
  653.  
  654.  13304 = "After changing these settings, EAC have to be restarted in "+
  655.          "order to take effect."
  656.  
  657.  13307 = "Note :"
  658.  13305 = "The external ASPI interface is installed by default in some "+
  659.          "windows versions (Windows 95/98/ME) or could be installed. ASPI can "+
  660.          "be downloaded from http://www.adaptec.com/ but some install "+
  661.          "programs check if you have Adaptec hardware in your computer."
  662.  13308 = "The external ASAPI interface is part of VOBs Instant CD/DVD "+
  663.          "package, but could be downloaded for free separately on their "+
  664.          "homepage http://www.vob.de/  There shouldn't be "+
  665.          "incompatibilities with other ASPI installations."
  666.  
  667.  
  668.  
  669. ####################################################
  670. # Drive Options - Extraction Method
  671. ####################################################
  672.  
  673.   7500 = "Extraction Method"
  674.  
  675.   7503 = "Secure modes"
  676.  
  677.   1505 = " Secure mode with following drive features (recommended)"
  678. 101505 = "If one of these secure modes is selected, the extracted "+
  679.          "audio is checked for correctness and if errors occur, "+
  680.          "EAC will try to recover them. It is important that the "+
  681.          "correct settings are used below."
  682.  
  683.   7501 = " Drive has 'Accurate Stream' feature "
  684. 107501 = "This options should be set, if your drive has an accurate stream, "+
  685.          "meaning that it won't jitter, thus no jitter-correction has "+
  686.          "to be performed anymore. If your drive support this feature "+
  687.          "could be tested using the function at the bottom."
  688.  
  689.   7502 = " Drive caches audio data "
  690. 107502 = "If your drive caches the audio that was just read, "+
  691.          "it would be a problem to read this data again in order "+
  692.          "to compare both extractions to find out if they match. "+
  693.          "In that case this option has to be enabled, so that EAC will "+
  694.          "clear the cache by overreading it. If your drive support "+
  695.          "this feature could be tested using the function at the bottom."
  696.  
  697.   7506 = " Drive is capable of retrieving C2 error information "
  698. 107506 = "Some newer drives are able to return C2 error information "+
  699.          "beside the actual audio data. In that case EAC doesn't "+
  700.          "need to read all data twice anymore, which will result "+
  701.          "in a big speedup. But beware, in the drive feature detection "+
  702.          "some drives will report that they will support C2, but they "+
  703.          "do actually not. To test this feature more thoroughly, "+
  704.          "there is an additional function at the bottom."
  705.  
  706.   7509 = " Use C2 error information for error correction"
  707. 107509 = "For some kind of defective CDs it can result in better "+
  708.          "sounding copies when having this option enabled, but this "+
  709.          "will only work correctly when the readers c2 routines are "+
  710.          "correct. In most cases you should leave this option "+
  711.          "unselected."
  712.  
  713.   1507 = " Paranoid mode (not recommended)"
  714. 101507 = "This is the oldest secure mode of EAC. It read and "+
  715.          "reread the sectors in smaller blocks, what will decrease "+
  716.          "performance and could perhaps damage your drive. So this "+
  717.          "mode is not recommended, but some users claim to get "+
  718.          "better results using this mode."
  719.  
  720.   7508 = " Disable CD-ROM drive cache "
  721. 107508 = "The cache of the drive will be disabled, but beware "+
  722.          "because this option could produce some strange noises with "+
  723.          "some drives. In that case do not use this option anymore!"
  724.  
  725.   7504 = "Synchronized modes"
  726.  
  727.   1506 = " Fast mode"
  728. 101506 = "Quick mode is a standard synchronised extraction mode, "+
  729.          "called 'normal', 'synchronised' or 'jitter-corrected' mode "+
  730.          "in other programs. This non-secure mode should be used "+
  731.          "if your drive does not support accurate-stream."
  732.  
  733.   7505 = "Burst modes"
  734.  
  735.   1525 = " Burst mode"
  736. 101525 = "Burst mode is the fastest mode available. The audio "+
  737.          "sectors are just read without any error-detection or "+
  738.          "error-correction. On some badly scratched CDs, this mode "+
  739.          "could result in better copies than secure mode "+
  740.          "(at least with some drives)."
  741.  
  742.   7601 = "Detect Read Features..."
  743. 107601 = "EAC is autodetect most drive features using this function. "+
  744.          "This is needed for making sure that the correct secure "+
  745.          "mode options are selected."
  746.  
  747.   7507 = "Examine C2 Feature..."
  748. 107507 = "Some drives report that they support C2 error information, "+
  749.          "but in fact they don't. This function will scan a scratched "+
  750.          "CD for occurrence of any C2 report. If there is none, most "+
  751.          "probably the drive does not support the C2 feature."
  752.  
  753.  
  754.  
  755. ####################################################
  756. # Drive Options - Drive
  757. ####################################################
  758.  
  759.   9900 = "Drive"
  760.  
  761.   9924 = "Drive read command"
  762.  
  763. 104207 = "As there was no real drive standard, most manufacturer had "+
  764.          "their own commands used for extracting audio from a CD. "+
  765.          "Because of this EAC knows a lot of read commands and usually "+
  766.          "EAC will autodetect the correct one. But there could be "+
  767.          "problems on autodetecting the read command, in that case you "+
  768.          "could try to select the correct read command manually. Then "+
  769.          "check with burst copy if you really have selected the correct one."
  770.  
  771.   9925 = "A wrong chosen extraction command may cause "+
  772.          "problems on SCSI systems"
  773.  
  774.   9901 = "Autodetect read command now"
  775. 109901 = "EAC will autodetect the read command when this function "+
  776.          "is used and the result will be set in the combo box afterwards."
  777.  
  778.   7605 = " \"Big Endian\" byte order (Motorola) "
  779. 107605 = "Some drive will return samples in a wrong byte-order. "+
  780.          "16 bit samples could be divided into 2 bytes and the "+
  781.          "order of the bytes is reversed on these drives. "+
  782.          "If your extracted music sounds like pure noise, try "+
  783.          "to use this option."
  784.  
  785.   9927 = "This \"Big Endian\" byte mode is often used on drives from "+
  786.          "Philips, Grundig, IMS, Kodak, Ricoh, HP, Plasmon and some "+
  787.          "others. Select this option only if the extracted wav file "+
  788.          "seems to consist of noise!"
  789.  
  790.   7607 = " Swap channels "
  791. 107607 = "Some few (bad) drives swap the left and right stereo "+
  792.          "channel, which can be undone using this option. Some "+
  793.          "even fewer drives will also swap channels then and when "+
  794.          "several times during the extraction process."
  795.  
  796.   9926 = "Very few drives will have exchanged stereo channels "+
  797.          "on extraction."
  798.  
  799.   7610 = " Spin up drive before extraction "
  800. 107610 = "Some drives will already transmit data when it is just "+
  801.          "spinning up. This could result in problems at the beginning "+
  802.          "of the extraction. To make sure that the drive is at full "+
  803.          "spin, you could activate this option.";
  804.  
  805.   7609 = "Some drives already read data on spin up. This will "+
  806.          "cause problems on some of these drives, destroying the "+
  807.          "beginning of an extracted WAV."
  808.  
  809.   9950 = "Autodetect read command"
  810.   9951 = "Read command MMC"
  811.   9952 = "Read command Read10"
  812.   9953 = "Read command Density"
  813.   9954 = "Read command D8"
  814.   9955 = "Read command D5"
  815.   9956 = "Read command D4"
  816.   9957 = "Read command MMC 1"
  817.   9958 = "Read command MMC 2"
  818.   9959 = "Read command MMC 3"
  819.   9960 = "Read command MMC 4"
  820.   9961 = "Read command D4 1"
  821.   9962 = "Read command D4 2"
  822.  
  823.   9980 = "Drive does not contain a music CD"
  824.  
  825.  
  826.  
  827. ####################################################
  828. # Drive Options - Offset / Speed
  829. ####################################################
  830.  
  831.   7600 = "Offset / Speed"
  832.  
  833.   7606 = " Use read sample offset correction"
  834. 107606 = "Here you are able to switch between a read offset "+
  835.          "correction and a combined read/write offset correction, "+
  836.          "without always typing in the new actual value."
  837.  
  838. 101527 = "Usually a drive will not return the audio data from "+
  839.          "the correct position, but from a number of samples before "+
  840.          "or behind that point. To compensate this you are able to "+
  841.          "specify an read offset correction for this drive. It should "+
  842.          "be the same for all drives of the same model."
  843.  
  844.   7612 = "Read sample offset correction value"
  845.  
  846.   4301 = "Detect read sample offset correction..."
  847. 104301 = "EAC will try to autodetect the read offset using an audio "+
  848.          "CD from the list in the documentation or on the official "+
  849.          "homepage. There could be several pressings of a CD, so make "+
  850.          "sure that you get twice the same value from at least two "+
  851.          "different CDs."
  852.  
  853.   7608 = " Use combined read/write sample offset correction"
  854.  
  855. 107609 = "This offset correction value is meant for correcting both "+
  856.          "the read process and the write process. Of course a specific "+
  857.          "value is always connected to this reader and the specific "+
  858.          "writer. It would be different when using a different writer."
  859.  
  860.   7611 = "Combined read/write sample offset correction value"
  861.  
  862.   7603 = " Overread into Lead-In and Lead-Out "
  863. 107603 = "When using the read-offset, there will be some data missing "+
  864.          "either at the beginning or at the end of a CD, depending on "+
  865.          "whether is offset is positive or negative. Some drives "+
  866.          "allow to read before the actual CD starts or where the CD "+
  867.          "is already ended. So no samples will be missing in the "+
  868.          "extraction using this compensation."
  869.  
  870.   1531 = "Speed selection"
  871.  
  872. 101530 = "If the drive support this, you will be able to select an "+
  873.          "extraction speed. This could be handy for scratched CDs, "+
  874.          "as extraction will be done in higher quality at a lower "+
  875.          "speed. The 'Actual' setting will not change the actual "+
  876.          "drive speed"
  877.  
  878.   4305 = " Allow speed reduction during extraction "
  879. 104305 = "EAC is able to reduce the speed automatically when a "+
  880.          "read error occurs. It will speed up again when the "+
  881.          "erroneous passage is gone, but not all drives will "+
  882.          "speed up again."
  883.  
  884.   7604 = " CD-Text Read capable drive "
  885. 107604 = "If your drive support the read of CD-Text, you have to "+
  886.          "select this option. There are some problems with some "+
  887.          "drives when autodetecting this feature, so it has to "+
  888.          "specified manually now."
  889.  
  890.   7670 = 50
  891.   7671 = 51
  892.  
  893.  
  894.  
  895. ####################################################
  896. # Drive Options - Gap Detection
  897. ####################################################
  898.  
  899.   9500 = "Gap Detection"
  900.  
  901.   9502 = "Gap/Index retrieval method :"
  902. 109501 = "To detect pre-track gaps and indices greater than 1, "+
  903.          "EAC will use different techniques to determinate "+
  904.          "these using different drives. At least one of these "+
  905.          "modes should work with your drive. You should select "+
  906.          "the one that works best (fastest) with the drive."
  907.  
  908.   9504 = "Detection accuracy :"
  909. 109503 = "You can select if EAC should countercheck the extracted "+
  910.          "indices information. It will just extract the index "+
  911.          "several times in the 'Accurate' and 'Secure' mode."
  912.  
  913.   9550 = "Detection method A"
  914.   9551 = "Detection method B"
  915.   9552 = "Detection method C"
  916.  
  917.   9560 = "Inaccurate"
  918.   9561 = "Accurate"
  919.   9562 = "Secure"
  920.  
  921.  
  922.  
  923. ####################################################
  924. # Drive Options - Writer
  925. ####################################################
  926.  
  927.  12700 = " Writer "
  928.  
  929.  12730 = "Write samples offset"
  930. 112701 = "Like the read-offset you could also specify an offset "+
  931.          "for writing. This is also unique for a model from a "+
  932.          "manufacturer."
  933.  
  934.  12709 = "Create Offset Test CD"
  935. 112709 = "This function will write an offset test CD. The "+
  936.          "created CD depends on the settings in the write offset "+
  937.          "control. If you use write offset 0, then you would "+
  938.          "measure the combined read/write offset of this writer "+
  939.          "and any reader you want using the determine read "+
  940.          "offset function. If you use the correct write offset "+
  941.          "value, you will create an CD for determine absolute "+
  942.          "read offset of any reader. This function will actually "+
  943.          "write data, so the CD will become filled with noise data!"
  944.  
  945.  12705 = "After burning finished"
  946.  
  947.  12702 = " reset drive by ejecting and loading CD-R"
  948. 112702 = "After the writing or testing is finished, EAC will "+
  949.          "eject and load the CD. This is necessary on some CDs "+
  950.          "to let them know that the content of the CD has "+
  951.          "changed. Some drives even think that after a test "+
  952.          "write the CD is not empty anymore, so you should "+
  953.          "specify this option in that case."
  954.  
  955.  12703 = " only eject CD-R"
  956. 112703 = "If you want to write a pile of CDs it could be handy "+
  957.          "to eject the CD automatically when EAC has finished "+
  958.          "writing."
  959.  
  960.  12704 = " do not eject CD-R"
  961. 112704 = "When selecting this option, EAC will not eject the "+
  962.          "CD after writing. This could arise problems with some "+
  963.          "drives, as they do not acknowledge the actual content "+
  964.          "of the CD."
  965.  
  966.  12706 = " Drive is able to write UPC/ISRC "
  967. 112706 = "If your writer support to write UPC and ISRCs you "+
  968.          "could specify this option to actually burn them."
  969.  
  970.  12707 = " Drive is able to write CD-Text "
  971. 112707 = "If your writer support to write CD-Text information "+
  972.          "you could enable this option to have your artist and "+
  973.          "title information written automatically to the CD. "+
  974.          "CD-Text could be read afterwards this drives that are "+
  975.          "CD-Text enabled."
  976.  
  977.  12708 = "Detect Write Features..."
  978. 112708 = "EAC is able to autodetect if your writer is able to "+
  979.          "burn UPC/ISRC and CD-Text. For this test you need an "+
  980.          "empty CD-R/CD-RW inserted. No data is actually "+
  981.          "written, so the CD is not wasted."
  982.  
  983.  12780 = "Write offset value out of range !"
  984.  
  985.  
  986.  
  987. ####################################################
  988. # Compression Options - Waveform
  989. ####################################################
  990.  
  991.   6200 = "Waveform"
  992.  
  993.    910 = "Wave format"
  994. 100901 = "Windows supports different compression techniques "+
  995.          "in its WAV format. The compression is done by Codecs "+
  996.          "which can be added or removed easily to the system "+
  997.          "if new compression formats arise. EAC itself also "+
  998.          "wrap some compression DLLs, so they look like a Codec "+
  999.          "(e.g. LAME DLL, BladeEnc DLL)."
  1000.  
  1001.    911 = "Sample format"
  1002. 100902 = "Here you could select the sample rate, the "+
  1003.          "resolution and often the compression ratio of the "+
  1004.          "final audio file. The resolution of the CD is 16 bit "+
  1005.          "and the sample rate is 44100 Hz in order to preserve "+
  1006.          "audio CD quality."
  1007.  
  1008.    905 = " Add ID3 tag "
  1009. 100905 = "The MP3 format has a special feature, it is able to "+
  1010.          "store the artist, composer, etc. behind the actual "+
  1011.          "file, so that most MP3 player will read and display "+
  1012.          "these information. By selecting this option a tag "+
  1013.          "will be added after extraction."
  1014.  
  1015.   6201 = " Do not write WAV header to file "
  1016. 106201 = "For some files (e.g. MP3) Windows provides a Codec "+
  1017.          "to read WAV files, but the format itself should/could "+
  1018.          "not be wrapped by a WAV header. So if you want to "+
  1019.          "create .mp3 files, you should activate this option "+
  1020.          "and specify that extension below."
  1021.  
  1022.   1301 = " High quality (slow)"
  1023. 101301 = "Some(!) of the Windows Codecs supports the quality "+
  1024.          "settings, they will dependent on it either compress "+
  1025.          "with higher quality or with higher speed."
  1026.  
  1027.   1302 = " Low quality (fast)"
  1028.  
  1029.   6203 = "File extension for headerless files"
  1030. 106202 = "If having selected the above option, you are able "+
  1031.          "to specify any filename extension. On MP3 compression "+
  1032.          "you would probably use the string .mp3 in this control."
  1033.  
  1034.  
  1035.  
  1036. ####################################################
  1037. # Compression Options - External Compression
  1038. ####################################################
  1039.  
  1040.   6000 = "External Compression"
  1041.  
  1042.   6001 = " Use external program for compression "
  1043. 106001 = "EAC is able to use so called command-line encoder. "+
  1044.          "These encoder packages usually comes as an .EXE "+
  1045.          "file that have to be started with the audio "+
  1046.          "filenames and a bunch of options in a dos box. "+
  1047.          "EAC will call these encoders automatically "+
  1048.          "and pass them the appropriate parameters."
  1049.  
  1050.   6014 = "Parameter passing scheme :"
  1051. 106015 = "There are many command-line encoder out there. "+
  1052.          "Nearly each of it requires a special format how "+
  1053.          "the parameters are passed to the program. So here "+
  1054.          "you should select the one how your encoder is "+
  1055.          "called, or a scheme that is compatible with your "+
  1056.          "encoder."
  1057.  
  1058.   6017 = "Use file extension : "
  1059. 106016 = "The user defined command line encoder allows to "+
  1060.          "specify any file extension. By this you are able "+
  1061.          "to create any current and future file format."
  1062.  
  1063.   6003 = "Program, including path, used for compression"
  1064. 106002 = "Here you have to specify the location and the name "+
  1065.          "of the .EXE file of your encoder."
  1066.  
  1067.   6004 = "Browse..."
  1068.  
  1069.   6006 = "Additional command line options :"
  1070. 106007 = "If you know the command line parameters and want "+
  1071.          "to add some parameters, in order to use new features "+
  1072.          "or different quality settings you could specify "+
  1073.          "them in this control."
  1074.  
  1075.   6008 = "Bit rate :"
  1076. 106005 = "Here you could select a bitrate compression ratio "+
  1077.          "for the encoded file. At least 128 kBits "+
  1078.          "are recommended."
  1079.  
  1080.   6013 = " Delete WAV after compression "
  1081. 106013 = "EAC have to extract the audio tracks uncompressed "+
  1082.          "to harddisk first in order to pass the filename to "+
  1083.          "the encoder. It is possible to keep that uncompressed "+
  1084.          "file beside the compressed one, or to delete the "+
  1085.          "uncompressed one."
  1086.  
  1087.   6009 = " Use CRC check "
  1088. 106009 = "Some encoders support to store a checksum within "+
  1089.          "the audiofile in order to be able to check the "+
  1090.          "consistency of the file on playing, etc. By enabling "+
  1091.          "the encoder will write a CRC checksum, but beware "+
  1092.          "as most encoder so far have a bug that calculates "+
  1093.          "the wrong checksum which resulted in player that "+
  1094.          "will ignore the CRC field."
  1095.  
  1096.   6012 = " Add ID3 tag "
  1097. 106012 = "The MP3 format has a special feature, it is able "+
  1098.          "to store the artist, composer, etc. behind the "+
  1099.          "actual file, so that most MP3 player will read "+
  1100.          "and display these information. By selecting this "+
  1101.          "option a tag will be added after extraction."
  1102.  
  1103.   6010 = " High quality"
  1104. 106010 = "Some of the encoders supports the quality settings, "+
  1105.          "they will dependent on it either compress with "+
  1106.          "higher quality or with higher speed."
  1107.  
  1108.   6011 = " Low quality"
  1109.  
  1110.   6018 = " Check for external programs return code"
  1111. 106018 = "Most external applications are able to return an "+
  1112.          "error code to the shell. By using this option, EAC "+
  1113.          "will catch the return code. If the compression was "+
  1114.          "not successfull (bad return code), EAC will show a "+
  1115.          "warning dialog, and also show the command line used."
  1116.  
  1117.   6060 = "Unspecified encoder !"
  1118.   6061 = "Wrong path or program !"
  1119.  
  1120.  
  1121.  
  1122. ####################################################
  1123. # Compression Options - Offset
  1124. ####################################################
  1125.  
  1126.  10000 = "Offset"
  1127.  10099 = "Comment"
  1128.  
  1129.  10001 = " Use Offset Correction for encoding and decoding "
  1130. 110001 = "Some compressors do not compress the audio data "+
  1131.          "as is, but they introduce an offset error so "+
  1132.          "that at the beginning is silence and at the end "+
  1133.          "often these number of samples (or more) are "+
  1134.          "missing. This could be bad for compressed live "+
  1135.          "recordings, as they can't be reproduced without "+
  1136.          "gap anymore. By specifying this flag on "+
  1137.          "compression the file will be stuffed and on "+
  1138.          "decompression, by using the offset, the original "+
  1139.          "file could be reconstructed (in most cases)."
  1140.  
  1141.  10004 = "Sample Offset"
  1142. 110002 = "This is the decompression offset, it should be "+
  1143.          "the same for the same encoder compressing with "+
  1144.          "the same quality. Usually you will autodetect "+
  1145.          "this offset using the function below."
  1146.  
  1147.  10003 = "Detect Offset..."
  1148. 110003 = "EAC is able to autodetect the compression offset "+
  1149.          "from the compression formats which Windows is "+
  1150.          "able to decompress. This should be finished within "+
  1151.          "several seconds."
  1152.  
  1153.  10005 = "This function will detect the offset between "+
  1154.          "the actual selected codec or external compressor "+
  1155.          "and the appropriate decompressor"
  1156.  
  1157.  10015 = " Use LAME command line encoder/decoder for "+
  1158.          "decoding MP3 files"
  1159. 110015 = "When selected, EAC will make use of the decoding "+
  1160.          "unit of the LAME executable instead of the "+
  1161.          "Fraunhofer MP3 Codec. For that the LAME compressor "+
  1162.          "must reside in the EACs directory. If the "+
  1163.          "Fraunhofer Codec is not available, the LAME decoder "+
  1164.          "will be used automatically (if installed)."
  1165.  
  1166.  10013 = "Construction of the ID3 Tag comment field on "+
  1167.          "extraction"
  1168.  
  1169.  10009 = " Write \"Track <tracknumber>\" into ID3 Tag "+
  1170.          "comment field"
  1171. 110009 = "When using ID3 Tags, you are able to store a "+
  1172.          "comment field within it. Now it is possible for "+
  1173.          "EAC to store different strings into it automatically "+
  1174.          "on creation. In this case EAC will store the "+
  1175.          "track number into the comment field."
  1176.  
  1177.  10010 = " Write CRC checksum into ID3 Tag comment field"
  1178. 110010 = "EAC will write the tracks CRC checksum into the "+
  1179.          "comment field, which should be the same on a second "+
  1180.          "error free extraction, but of course only for offset "+
  1181.          "corrected reads or drives of the same model."
  1182.  
  1183.  10012 = " Write freedb ID into ID3 Tag comment field"
  1184. 110012 = "When using this option, EAC will put the freedb ID "+
  1185.          "(a hexadecimal number with 8 digits) into the ID3 Tag "+
  1186.          "comment field. This can help to retrieve album information "+
  1187.          "for a single track from freedb some later time."
  1188.  
  1189.  10011 = " Write following text into ID3 Tag comment field"
  1190. 110011 = "Using this option, EAC will write always the same "+
  1191.          "string into all ID3 Tags to be created. This string "+
  1192.          "could be specified below and may have maximum length "+
  1193.          "of 29-30 characters for ID3V1."
  1194.  
  1195. 110016 = "This string is written to all ID3 Tags comment field "+
  1196.          "and may have maximum length of 30 (V1.0) or 29 (V1.1), "+
  1197.          "and for ID3 V2 there is no length limitation."
  1198.  
  1199.  10040 = "Compression options have just changed !\n\n"+
  1200.          "You have to apply before detecting offset !   "
  1201.  10041 = "No compression selected !    "
  1202.  
  1203.  
  1204. ####################################################
  1205. # Compression Options - ID3 Tag
  1206. ####################################################
  1207.  
  1208.  11400 = "ID3 Tag"
  1209.  
  1210.  13703 = " Use ID3 V1.1 tags instead of ID3 V1.0 tags"
  1211. 113703 = "In the newer ID3 format V1.1 it is possible to "+
  1212.          "store additionally the track number on the CD "+
  1213.          "in the ID3 Tag. Most newer player are compatible "+
  1214.          "with the newer standard, but not all, possibly "+
  1215.          "resulting in a comment with a funny character at "+
  1216.          "the end."
  1217.  
  1218.  11404 = " Additionally write ID3 V2 tags, using a padding of"
  1219. 111404 = "EAC is able to write the newer ID3 V2 tags. "+
  1220.          "The advantages are long title and track identifier "+
  1221.          "and useable for streaming. The bad side is that "+
  1222.          "when using an external compressor, EAC need to copy "+
  1223.          "the whole file after encoding."
  1224.  
  1225. 111405 = "Because the ID3V2 tag is written at the start of a "+
  1226.          "file, it would be difficult to edit such a tag once "+
  1227.          "written. You could reserve some space for later "+
  1228.          "usage and additions. If no space would be reserved, "+
  1229.          "an edit operation will result in copying the "+
  1230.          "whole file."
  1231.  
  1232.  11406 = "kB"
  1233.  
  1234.  11411 = " Use ID3V2.4.0 tags instead of ID3V2.3.0 tags"
  1235. 111411 = "When selected EAC will use the newer ID3V2 tag "+
  1236.          "standard version 2.4.0 instead of 2.3.0. There "+
  1237.          "may be incompatibilities with tagger or player "+
  1238.          "software using the new tagging standard."
  1239.  
  1240.  11403 = " Use track format xx/xx in ID3V2 tags (e.g. 01/16) "
  1241. 111403 = "Usually track numbers will be stored in the ID3V2 tags the "+
  1242.          "same way as in ID3V1, only the track number is stored "+
  1243.          "within the tag. With ID3V2 it is possible to store "+
  1244.          "the track number as well as the total number of tracks."+
  1245.          "Most programs will display the information as "+
  1246.          "tracknumber/totaltracks."
  1247.  
  1248.  11401 = "Construction of filenames from ID3 tags"
  1249. 111408 = "In this field you could select how the filename "+
  1250.          "of an renamed MP3 file from the ID3 tag is "+
  1251.          "constructed. By choosing placeholders for "+
  1252.          "properties of the CD you could create any "+
  1253.          "filename you want. Of course you could "+
  1254.          "also use additional text. "
  1255.  
  1256.   4481 = "- Track title   (mandatory)"
  1257.   4482 = "- CD or track artist"
  1258.   4483 = "- Release year"
  1259.   4484 = "- CD title"
  1260.   4485 = "- Comment"
  1261.   4486 = "- ID3 music type"
  1262.   4487 = "- Track number   (using ID3 V1.1 tags)"
  1263.  
  1264.   4490 = "For example : "
  1265. 104417 = "This is a sample of how a filename contruction "+
  1266.          "could look like. You are able to copy these "+
  1267.          "settings to the control above."
  1268.  
  1269.  11440 = "Invalid Filename !"
  1270.  
  1271.  
  1272.  
  1273. ####################################################
  1274. # Compression Options - Gogo DLL
  1275. ####################################################
  1276.  
  1277.  14100 = "Gogo DLL"
  1278.  
  1279.  14111 = "Additional parameters for the Gogo MP3 Encoder DLL"
  1280.  
  1281.  14102 = "Output mode"
  1282. 114101 = "This parameter will let you change in which "+
  1283.          "stereo or mono output mode MP3s are encoded "+
  1284.          "using the Gogo DLL."
  1285.  
  1286.  14103 = "Emphasis setting"
  1287. 114106 = "If you want to add emphasis to your encoded "+
  1288.          "MP3s, you could select two standard emphasis methods."
  1289.  
  1290.  14107 = "Number of CPUs"
  1291. 114108 = "On multiprocessor systems, Gogo is able to "+
  1292.          "start its encoding divided into several threads. "+
  1293.          "This will allow faster encoding as all "+
  1294.          "processors will work simultaneously. On single "+
  1295.          "processor systems, this flag is without any use."
  1296.  
  1297.  14109 = "VBR quality"
  1298. 114110 = "In VBR mode, you are able to specify a quality "+
  1299.          "setting which will affect encoding bitrate "+
  1300.          "allocation. If you use quality 0, the max "+
  1301.          "bitrate will be reached easily, while using "+
  1302.          "quality 9 the bitrate usually will be around "+
  1303.          "the base bitrate. Using Gogo, VBR seems only "+
  1304.          "to work correctly if you use the psycho-accoustics."
  1305.  
  1306.  14104 = " Use psycho-acoustics "
  1307. 114104 = "An acoustic modell helps an audio encoder to "+
  1308.          "decide which parts of the audio signal could "+
  1309.          "be removed without being missed. This modell "+
  1310.          "is a new experimental modell included in Gogo."
  1311.  
  1312.  14105 = " Disable low pass filter "
  1313. 114105 = "It is possible to disable the internal encoder "+
  1314.          "signal low pass filter, in order to also compress "+
  1315.          "signals up to 22.5 kHz. Of course the drawback "+
  1316.          "is that encoding will need more space or at the "+
  1317.          "same length the quality will suffer."
  1318.  
  1319.  14180 = "Mid/Side Stereo"
  1320.  
  1321.  14190 = "None"
  1322.  
  1323.  
  1324.  
  1325. ####################################################
  1326. # Compression Options - LAME DLL
  1327. ####################################################
  1328.  
  1329.  14200 = "LAME DLL"
  1330.  
  1331.  14203 = "Additional parameters for the LAME MP3 Encoder DLL"
  1332.  
  1333.  14204 = "Output mode"
  1334. 114209 = "This parameter will let you change in which "+
  1335.          "stereo or mono output mode MP3s are encoded "+
  1336.          "using the LAME DLL."
  1337.  
  1338.  14201 = "Quality"
  1339. 114202 = "There are different encoding qualities possible "+
  1340.          "when using the DLL, which of course also affects "+
  1341.          "encoding speed."
  1342.  
  1343.  14205 = "Maximum VBR bitrate"
  1344. 114210 = "LAME allows to specify an maximum bitrate when "+
  1345.          "using VBR (Variable Bit Rate), this selecting "+
  1346.          "depends on what base bitrate you have chosen "+
  1347.          "in the main encoder tab."
  1348.  
  1349.  14216 = " Use VBR quality"
  1350. 114216 = "In VBR mode, you are able to specify a quality "+
  1351.          "setting which will affect encoding bitrate "+
  1352.          "allocation. If you use quality 0, the max bitrate "+
  1353.          "will be reached easily, while using quality 9 the "+
  1354.          "bitrate usually will be around the base bitrate."
  1355.  
  1356. 114211 = "This value specifies the base bitrate for the "+
  1357.          "MP3 file. That has the advantage to create MP3 files "+
  1358.          "that are of nearly constant quality."
  1359.  
  1360.  14215 = " Use VBR average bitrate"
  1361. 114215 = "The average bitrate mode will not always use the "+
  1362.          "same quality, it will average the bitrate over the "+
  1363.          "whole file to the specified value."
  1364.  
  1365. 114214 = "This value specifies the average bitrate for the "+
  1366.          "MP3 file. That has the advantage to exactly knowing "+
  1367.          "before compression what size the resulting file will "+
  1368.          "have."
  1369.  
  1370.  14207 = " Insert CRC checksum "
  1371. 114207 = "This flag will add all encodings an checksum value, "+
  1372.          "which could be used by some encoders to verify audio "+
  1373.          "correctness. As there were wrong CRC calculations in "+
  1374.          "early MP3 encoders, most MP3 players will ignore "+
  1375.          "any CRC checksums."
  1376.  
  1377.  14208 = " Write Xing VBR header on VBR encoding "
  1378. 114208 = "Using this option, the LAME encoder will write a "+
  1379.          "VBR header in front of the file, allowing some players "+
  1380.          "to detect the file as VBR correctly."
  1381.  
  1382.  14270 = "0 (High Quality)"
  1383.  14271 = "5 (Normal)"
  1384.  14272 = "9 (High Compression)"
  1385.  
  1386.  14280 = "Stereo"
  1387.  14281 = "Joint Stereo"
  1388.  14282 = "Dual Channel"
  1389.  14283 = "Force Mono"
  1390.  
  1391.  14290 = "Normal Quality"
  1392.  14291 = "Low Quality"
  1393.  14292 = "High Quality"
  1394.  14293 = "Voice Quality"
  1395.  
  1396.  
  1397.  
  1398. ####################################################
  1399. # Internet Options - freedb
  1400. ####################################################
  1401.  
  1402.   6180 = " freedb "
  1403.  
  1404.   6181 = "Your E-Mail address :"
  1405. 104601 = "For retrieving or sending data from/to freedb "+
  1406.          "CD database, you have to enter your email address. "+
  1407.          "This email address will be used on submissions "+
  1408.          "for error reports."
  1409.  
  1410.   6182 = "Freedb server :"
  1411. 104602 = "There are several internet server, which could "+
  1412.          "be used for freedb communications. If one server "+
  1413.          "does not work, try to use a different one."
  1414.  
  1415.   4605 = "Get active freedb server list"
  1416. 104605 = "If the server in the list does not work, it is "+
  1417.          "possible to download a more recent list."
  1418.  
  1419.   4610 = " Use Proxy Server for HTTP access "
  1420. 104610 = "When your server is behind a firewall to protect "+
  1421.          "your company against attacks from the internet, "+
  1422.          "you have to use this proxy protocol."
  1423.  
  1424.   4609 = "Proxy Server :"
  1425. 104606 = "Here you have to enter the name of your proxy server."
  1426.  
  1427.   4608 = "Port :"
  1428. 104607 = "The port number of your proxy has to be entered in "+
  1429.          "this control."
  1430.  
  1431.   4613 = " Use authentification for Proxy Server "
  1432. 104613 = "If your firewall/proxy is protected against illegal "+
  1433.          "access, you could specify a username and password "+
  1434.          "for proxy use."
  1435.  
  1436.   4614 = "Proxy username :"
  1437. 104611 = "This is the username which is used to log into "+
  1438.          "the proxy server."
  1439.  
  1440.   4615 = "Proxy password :"
  1441. 104612 = "You could enter the password for the proxy account "+
  1442.          "here, or you are able to leave this field blank, "+
  1443.          "so that EAC will ask you everytime you access freedb "+
  1444.          "for the password. In that case, the password is not "+
  1445.          "stored in the options at all."
  1446.  
  1447.   6183 = " On a connection error, retry query using a different "+
  1448.          "server from the server list"
  1449. 106183 = "Sometimes a freedb query can not return a result, because "+
  1450.          "the server is overloaded or down. In order to provide easy "+
  1451.          "recovery from freedb problems and to make it possible to "+
  1452.          "retrieve the CD data quickly even when there are problems "+
  1453.          "with the selected server, EAC can try other servers as well."
  1454.  
  1455.   6190 = "Invalid E-mail address !"
  1456.   6191 = "Invalid server address !"
  1457.   6192 = "Please enter proxy information !"
  1458.   6193 = "Please enter proxy username !"
  1459.   6194 = "Invalid proxy information !"
  1460.  
  1461.  
  1462.  
  1463. ####################################################
  1464. # Internet Options - Local freedb
  1465. ####################################################
  1466.  
  1467.   9800 = "Local freedb"
  1468.  
  1469.   9801 = " Use local freedb database "
  1470. 109801 = "You are able to store the freedb data local on your "+
  1471.          "harddisk. This will be done in the native freedb format, "+
  1472.          "other than EACs own format."
  1473.  
  1474.   9804 = "Local freedb path :"
  1475. 109805 = "Here you have to specify the directory which "+
  1476.          "should be used as base for the freedb native database."
  1477.  
  1478.   9806 = "Browse..."
  1479.  
  1480.   9803 = " Windows freedb file format"
  1481. 109803 = "If this option is selected, EAC will use a Windows "+
  1482.          "optimized version of the database, as not for every "+
  1483.          "entry a new file is created. This will result in less "+
  1484.          "waste of harddisk space."
  1485.  
  1486.   9802 = " Unix freedb file format"
  1487. 109802 = "If this option is selected, the native Unix freedb format "+
  1488.          "is used, which result in one file per CD entry. Large "+
  1489.          "databases on older filesystems will waste harddisk space "+
  1490.          "using this option."
  1491.  
  1492.   9807 = "The windows freedb file format will be better for FAT16 "+
  1493.          "and other older filesystems, the "+
  1494.          "unix file format will create a file for each freedb entry."
  1495.  
  1496.   9891 = "Select Path For Local freedb"
  1497.  
  1498.  
  1499.  
  1500. ####################################################
  1501. # Internet Options - Export
  1502. ####################################################
  1503.  
  1504.  14600 = "Export"
  1505.  
  1506.  14605 = "Construction of database export lines"
  1507. 114601 = "This control containing the placeholders "+
  1508.          "defines how the line is created for exporting "+
  1509.          "to a database file. Some databases import text "+
  1510.          "files with different kind of separators between "+
  1511.          "each element, so you are free to specify "+
  1512.          "any seperator character manually."
  1513.  
  1514.  14603 = "- Track length"
  1515.  14606 = "- Tabulator character"
  1516.  
  1517.  14690 = "Invalid Export Line !"
  1518.  
  1519.  
  1520.  
  1521. ####################################################
  1522. # Wave Editor Options - Editor
  1523. ####################################################
  1524.  
  1525.   8500 = "Editor"
  1526.  
  1527.   8501 = " Follow display while playing audio "
  1528. 108501 = "When selected the waveform display will scroll "+
  1529.          "automatically when playing. This will consume "+
  1530.          "computation time, so if your sound output isn't "+
  1531.          "continuous, then you should deselect this option."
  1532.  
  1533.   8508 = " Create waveform profile on harddisk "
  1534. 108508 = "EAC is able to create a profile of a file onto "+
  1535.          "harddisk. Using a profile will open the audio file "+
  1536.          "in the editor much more faster when reopening the file "+
  1537.          "again. Of course this will consume some harddisk space."
  1538.  
  1539.   8509 = " Double channels on mono playback "
  1540. 108509 = "If one channel in the editor is played, there are two "+
  1541.          "possibilities. First, only the left or right channel "+
  1542.          "is played, the other one is silent. Second, the "+
  1543.          "appropriate channel is also played on the other channel, "+
  1544.          "resulting in a mono playback using both channels."
  1545.  
  1546.   8515 = " Use main memory for storing temporary data"
  1547. 108515 = "It is possible that EAC will not write temporary data to "+
  1548.          "the harddisk, but use main memory instead. This has the "+
  1549.          "advantage that processing time will be decreased for most "+
  1550.          "functions. The drawback is that only files could be edited "+
  1551.          "which processed range will fit completely into the memory. "+
  1552.          "So, e.g. normalizing a disc image will not work on most "+
  1553.          "computers."
  1554.  
  1555.   8516 = " Use temporary file on a harddisk"
  1556. 108516 = "EAC will use the specified directory on the harddisc for "+
  1557.          "storing temporary data on processing. Make sure that enough "+
  1558.          "free space is on the drive in order to store the whole file "+
  1559.          "to be processed."
  1560.  
  1561.   8510 = "Temp path : "
  1562. 108511 = "Working on an audio file requires an temporary file on which "+
  1563.          "all operations are performed. Only when saving the changes "+
  1564.          "in the editor, the original file will be altered. This "+
  1565.          "specifies the location of the work file."
  1566.  
  1567.   8512 = "Browse..."
  1568.  
  1569.   8513 = "Space left on Temp drive :"
  1570.  
  1571.   8517 = " Use Undo"
  1572. 108517 = "The wave editor can store any changes to be able to un-do "+
  1573.          "(restore) the previous state of the waveform. To enable "+
  1574.          "this feature, this flag must be set and a valid path "+
  1575.          "below must be given."
  1576.  
  1577.   8503 = "Undo path :"
  1578. 108504 = "To undo sound effect operations, it is necessary to "+
  1579.          "store undo information on the harddisk. Here you could "+
  1580.          "specify a location where these undo files are stored."
  1581.  
  1582.   8505 = "Browse..."
  1583.  
  1584.   8506 = "Space left on Undo drive :"
  1585.  
  1586.   8590 = "Select Path For Undo File"
  1587.   8591 = "Select Path For Temp File"
  1588.  
  1589.  
  1590.  
  1591. ####################################################
  1592. # Wave Editor Options - Compare
  1593. ####################################################
  1594.  
  1595.   9300 = "Compare"
  1596.  
  1597.   9301 = " Determine differences more exact "
  1598. 109301 = "Using WAV compare, EAC is able to search more deeply "+
  1599.          "for equal portions of the two files. This could result "+
  1600.          "in much larger comparison times."
  1601.  
  1602.   9302 = "This option will make the comparison of two WAV files "+
  1603.          "more exact. On the other hand, it slows down the comparison, "+
  1604.          "making the calculation extremely slow for files with many "+
  1605.          "differences (e.g. two completely different files)."
  1606.  
  1607.  
  1608.  
  1609. ####################################################
  1610. # Wave Editor Options - Record
  1611. ####################################################
  1612.  
  1613.  10200 = "Record"
  1614.  
  1615.  10201 = " Do not use dB level meter on recording "
  1616. 110201 = "On time-critical recordings, e.g. if you use a slow computer, "+
  1617.          "you could disable the level meter display. This will lower "+
  1618.          "the CPU usage significantly."
  1619.  
  1620.  10202 = " Try to free memory before loop recording "
  1621. 110202 = "Loop recording will allocate a buffer in memory for the loop "+
  1622.          "data. Windows sometimes does not free allocated space "+
  1623.          "immediately, only when it is needed. EAC is able to force "+
  1624.          "windows to free as much memory as possible in order to have "+
  1625.          "maximum memory available for recording."
  1626.  
  1627.  
  1628.  
  1629. ####################################################
  1630. # EAC Configuration Wizard - Welcome
  1631. ####################################################
  1632.  
  1633.  15000 = "Welcome"
  1634.  
  1635.  15001 = "Welcome to the EAC setup wizard !"
  1636.  15003 = "This wizard will guide you through the main setup issues. All "+
  1637.          "necessary options needed for installing all your drives and "+
  1638.          "compressors you need can be setup according to your "+
  1639.          "preferences."
  1640.  
  1641.  15004 = "If you want to manually configure the options, you can "+
  1642.          "abort this wizard at any time, no changes will take effect."
  1643.  
  1644.  15005 = "The first step will be to configure your CD readers to "+
  1645.          "your preferences, depending if you want secure extractions "+
  1646.          "or faster, but unverified reads. Second will be the setup "+
  1647.          "of external compressors like LAME."
  1648.  
  1649.  15006 = "All further options will be set to a default value which "+
  1650.          "will work ok for most users and most drives. If there are "+
  1651.          "problems you are able to modify the appropriate options "+
  1652.          "manually afterwards."
  1653.  
  1654.  
  1655.  
  1656. ####################################################
  1657. # EAC Configuration Wizard - CD-ROM Selection
  1658. ####################################################
  1659.  
  1660.  15100 = "CD-ROM Selection"
  1661.  
  1662.  15102 = "EAC will now start to configure your CD-ROM drives. First "+
  1663.          "of all, please select the drives that you want to use for "+
  1664.          "extraction. If you don't know at the moment which drive you "+
  1665.          "will use for reading, let EAC best configure all of your drives."
  1666.  
  1667.  15112 = "The next step will be that EAC will configure each of your "+
  1668.          "drives at a time. EAC will ask in some cases for inserting "+
  1669.          "an audio CD into the specific drive."
  1670.  15103 = "EAC detected the following CD drives in your system, please "+
  1671.          "select which drives EAC should autoconfigure."
  1672.  
  1673.  
  1674.  
  1675. ####################################################
  1676. # EAC Configuration Wizard - Extraction Preferences
  1677. ####################################################
  1678.  
  1679.  15200 = "Extraction Preferences"
  1680.  
  1681.  15210 = "EAC will now configure the CD drive"
  1682.  15211 = "Depending of what you want, EAC is able to provide several "+
  1683.          "modes. You could choose between speed and accuracy. Only "+
  1684.          "the accurate secure mode will provide you with error "+
  1685.          "detection and correction with verified results, preventing "+
  1686.          "pops and clicks."
  1687.  15212 = "For this drive, what you do prefer ?"
  1688.  15205 = " I prefer to have accurate results"
  1689.  15206 = " Only speed is important"
  1690.  
  1691.  
  1692.  
  1693. ####################################################
  1694. # EAC Configuration Wizard - Feature Database
  1695. ####################################################
  1696.  
  1697.  15300 = "Feature Database"
  1698.  
  1699.  15302 = "EAC has found this drive in its drive feature database "+
  1700.          "and is able to use the following configuration data "+
  1701.          "for this drive."
  1702.  15303 = "Accurate stream : "
  1703.  15304 = "Audio cache :"
  1704.  15305 = "C2 error information :"
  1705.  15311 = "Though the test reported C2 capabilities, there were "+
  1706.          "no validated information that the drive really support C2. "+
  1707.          "Thus most probably it doesn't (or wrongly) support it. "+
  1708.          "EAC will disable C2 for now."
  1709.  
  1710.  15309 = " Use these values to configure this drive"
  1711.  15310 = " I don't trust these values, detect the features for my drive"
  1712.  
  1713.  
  1714.  
  1715. ####################################################
  1716. # EAC Configuration Wizard - Feature Detection
  1717. ####################################################
  1718.  
  1719.  15400 = "Feature Detection"
  1720.  
  1721.  15402 = "EAC will now autodetect the drive features for your drive. "+
  1722.          "For this test you need a clean and unscratched music CD in "+
  1723.          "the CD drive."
  1724.  
  1725.  15404 = "This test should need around 1-4 minutes to work. If all "+
  1726.          "results are displayed immediately, most probably the test "+
  1727.          "didn't worked correctly. In such a case please use the "+
  1728.          "<Back> button on the bottom of the configuration wizard "+
  1729.          "and try again."
  1730.  
  1731.  
  1732.  
  1733. ####################################################
  1734. # EAC Configuration Wizard - Feature Results
  1735. ####################################################
  1736.  
  1737.  15500 = "Feature Results"
  1738.  
  1739.  15502 = "EAC has found these drive features for your drive. If you "+
  1740.          "are an experienced user and think that these values are "+
  1741.          "probably not correct, try different settings in the drive "+
  1742.          "options of this drive."
  1743.  
  1744.  15511 = "The detection should have needed around 1-4 minutes. "+
  1745.          "If the results were showed immediately, most probably "+
  1746.          "something went wrong, please use <Back> and try again."
  1747.  
  1748.  15504 = "Accurate stream :"
  1749.  15505 = "Audio cache :"
  1750.  15506 = "C2 error information :"
  1751.  
  1752.  15503 = "The test for C2 error information feature does not "+
  1753.          "tell whether C2 is correctly implemented and usable. For "+
  1754.          "this information further tests are needed (drive options), "+
  1755.          "for now it will be disabled."
  1756.  
  1757.  
  1758.  
  1759. ####################################################
  1760. # EAC Configuration Wizard - Drive Rating
  1761. ####################################################
  1762.  
  1763.  15600 = "Drive Rating"
  1764.  
  1765.  15601 = "Congratulations!"
  1766.  15602 = "EAC has now configured all your drives for your "+
  1767.          "specified needs."
  1768.  
  1769.  15603 = "From the selected drives EAC has found that the drives "+
  1770.          "in the following order would bring the best extraction "+
  1771.          "results and will select the first as default. Of "+
  1772.          "course you should try also the other drives if any of "+
  1773.          "them is working better for you."
  1774.  15605 = "Best drive :"
  1775.  15606 = "2nd best :"
  1776.  15607 = "3rd best :"
  1777.  15608 = "4th best :"
  1778.  15609 = "5th best :"
  1779.  15610 = "6th best :"
  1780.  15611 = "7th best :"
  1781.  15612 = "8th best :"
  1782.  15613 = "(*) : Downrated because of burst read mode"
  1783.  
  1784.  
  1785.  
  1786. ####################################################
  1787. # EAC Configuration Wizard - Encoder Configuration
  1788. ####################################################
  1789.  
  1790.  15700 = "Encoder Configuration"
  1791.  
  1792.  15750 = "Now it is possible to install the LAME external "+
  1793.          "compressor for creating MP3 files. Of course you could "+
  1794.          "also create MP3 files in EAC with a variety of other "+
  1795.          "encoders like Fraunhofer MP3 Codec or BladeEnc, but "+
  1796.          "such encoders have to installed by you manually."
  1797.  
  1798.  15604 = " Install and configure the external LAME.EXE compressor"
  1799.  15751 = "Note : The LAME executable can be downloaded from "+
  1800.          "various sites. For this configuration wizard it is "+
  1801.          "assumed that you use at least the stable version of "+
  1802.          "3.90 of LAME, or any newer version that can be "+
  1803.          "downloaded from the sites below."
  1804.  
  1805.  15752 = "Please note that I distance myself from the content "+
  1806.          "of the pages I list here. The content may be "+
  1807.          "illegal or contain patented algorithmn depending "+
  1808.          "on the country you live in."
  1809.  
  1810.  
  1811. ####################################################
  1812. # EAC Configuration Wizard - LAME Configuration
  1813. ####################################################
  1814.  
  1815.  15800 = "LAME Configuration"
  1816.  
  1817.  15701 = "First of all it is necessary to install the "+
  1818.          "LAME.EXE file into a directory of your choice. Now "+
  1819.          "you need to specify the directory and EXE file of "+
  1820.          "LAME for EAC. You can examine your harddisk by "+
  1821.          "using the <Browse> button."
  1822.  15802 = "If you have just installed a new version of LAME.EXE, "+
  1823.          "you can go <BACK> and let again search automatically "+
  1824.          "for it."
  1825.  
  1826.  15703 = "Encoder :"
  1827.  15704 = "Browse..."
  1828.  
  1829.  15705 = " Use LAME standard settings"
  1830.  15706 = " Use recommended settings  (from Hydrogen Audio forum)"
  1831.  15801 = "When using this Hydrogen Audio forum setting, you can choose "+
  1832.          "between a low and high quality profile in EACs compression "+
  1833.          "options. The low profile is ABR 128 kbit/s and the "+
  1834.          "high setting is VBR around 196 kbit/s."
  1835.  
  1836.  15707 = " Let EAC create ID3 tags (ID3V1.1 and ID3V2)"
  1837.  
  1838.  
  1839.  
  1840. ####################################################
  1841. # EAC Configuration Wizard - freedb Configuration
  1842. ####################################################
  1843.  
  1844.  15900 = "freedb Configuration"
  1845.  
  1846.  15901 = "Now you can setup your freedb access. freedb is "+
  1847.          "an internet service that provide album information "+
  1848.          "like CD and track names. By using freedb, EAC is "+
  1849.          "able to automatically retrieve these information "+
  1850.          "of an inserted CD."
  1851.  
  1852.  15902 = "Of course it is also important that if a CD is not "+
  1853.          "found in the database, that you submit these "+
  1854.          "information to freedb after you entered them in EAC."
  1855.  
  1856.  15905 = "Your email address :"
  1857.  15906 = "(if left blank, this feature is not activated for "+
  1858.          "now, but you can change this anytime in the freedb "+
  1859.          "options)"
  1860.  15904 = "If you are behind a proxy or firewall, you need to "+
  1861.          "set some more options in the freedb options manually "+
  1862.          "afterwards."
  1863.  
  1864.  
  1865.  
  1866. ####################################################
  1867. # EAC Configuration Wizard - Done
  1868. ####################################################
  1869.  
  1870.  15950 = "Done"
  1871.  
  1872.  15952 = "Done!"
  1873.  15953 = "The configuration of the basic EAC functionality is "+
  1874.          "now finished. There are many more tweaking options "+
  1875.          "you could discover by browsing the options. Most "+
  1876.          "options have a tooltip information with an explanation "+
  1877.          "of that option."
  1878.  15804 = "To make EAC as easy to use for beginners of DAE, "+
  1879.          "it is possible to hide all advanced features. "+
  1880.          "If you are not familiar with DAE, gaps, indices, "+
  1881.          "offsets and possible problems of use, you should "+
  1882.          "use the beginner mode."
  1883.  
  1884.  15805 = " I am a beginner, make all options as easy as possible"
  1885.  15806 = " I am an expert, let me use the full potential of EAC"
  1886.  15951 = "(You are able to change this setting anytime in the "+
  1887.          "EAC options)"
  1888.  15803 = "I hope the first steps of copying audio will now "+
  1889.          "be much easier and safer. If you experience any "+
  1890.          "other problems, subscribe to the EAC mailing list "+
  1891.          "where all kinds of problems concerning EAC are discussed."
  1892.  
  1893.  
  1894.  
  1895. ####################################################
  1896. # EAC Dialogs - About
  1897. ####################################################
  1898.  
  1899.   1000 = "About Exact Audio Copy"
  1900.  
  1901.   1004 = "Legal Notice"
  1902.  
  1903.   1005 = "This program is Cardware."
  1904.   1006 = "Please read the documentation for further information "+
  1905.          "on Cardware."
  1906.   1007 = "This program may be copied for private purposes. "+
  1907.          "It may not be included in commercial collections "+
  1908.          "like Shareware CD-ROMs, etc. without a written permission."
  1909.   1008 = "For more legal information please read the chapter "+
  1910.          "about legal information in the documentation."
  1911.   1009 = "Additional graphics by Matija Krnic"
  1912.   1010 = "Music CD-related data is provided through the "+
  1913.          "Internet from freedb the free internet music database."
  1914.  
  1915.   1002 = "EAC does include in some versions the CDRDAO CD write "+
  1916.          "engine. The included executables are compiled "+
  1917.          "from the unmodified original version. "+
  1918.          "For source code, please have a look at "+
  1919.          "http://cdrdao.sourceforge.net/ "
  1920.   1011 = "CDRDAO need an additional library, the Cygwin emulation "+
  1921.          "layer. An unmodified version of the component is used, "+
  1922.          "the source code can be downloaded at http://www.cygwin.com/"
  1923.  
  1924.   1001 = 10
  1925.  
  1926.  
  1927.  
  1928. ####################################################
  1929. # EAC Dialogs - Auto Extract
  1930. ####################################################
  1931.  
  1932.  13600 = "Warning"
  1933.  
  1934.  13601 = "EAC will automatically start extraction in"
  1935.  13603 = "seconds !"
  1936.  13602 = "Press Cancel to prevent the automatic extraction "+
  1937.          "and to disable Auto Extraction for this session."
  1938.  
  1939.  12801 = 11
  1940.  
  1941.  
  1942.  
  1943. ####################################################
  1944. # EAC Dialogs - Browse Database
  1945. ####################################################
  1946.  
  1947.   5300 = "Browse Database"
  1948.  
  1949.   5310 = "List of all CDs in database"
  1950.  
  1951.   5302 = "Extended"
  1952.   5307 = "Clipboard"
  1953.   5305 = "Apply CD"
  1954.   5304 = "Delete CD"
  1955.   5320 = "Different number of tracks"
  1956.   5321 = "All data of the current CD will be deleted !\n\n"+
  1957.          "Do you really want to continue ?"
  1958.   5322 = "You must select a CD to apply"
  1959.   5323 = "You must select a CD to delete"
  1960.  
  1961.   5301 = 10
  1962.  
  1963.  
  1964.  
  1965. ####################################################
  1966. # EAC Dialogs - CD-R Capacity
  1967. ####################################################
  1968.  
  1969.  12500 = "CD-R Capacity"
  1970.  
  1971.  12520 = "Nominal capacity :"
  1972.  12521 = "Overburn capacity :"
  1973.  12522 = "Manufacturer :"
  1974.  12523 = "Media identifier :"
  1975.  12524 = "- min"
  1976.  12525 = "- sectors"
  1977.  12526 = "- MB"
  1978.  12528 = " min"
  1979.  12527 = " sectors"
  1980.  12529 = " MB"
  1981.  
  1982.  12505 = 10
  1983.  12510 = 11
  1984.  
  1985.  
  1986.  
  1987. ####################################################
  1988. # EAC Dialogs - CD Copy Options
  1989. ####################################################
  1990.  
  1991.  13800 = "CD Write Options"
  1992.  
  1993.  13803 = "Write speed :"
  1994.  13804 = "Write mode :"
  1995.  13805 = "Close mode :"
  1996.  13802 = " Delete image file after write "
  1997.  13801 = " Ask before actually writing "
  1998.  12609 = "Make It So"
  1999.  13820 = "Close CD"
  2000.  13821 = "Leave CD open"
  2001.  13822 = "No Test Write"
  2002.  13823 = "Only Test Write"
  2003.  13824 = "No empty CD-R/CD-RW found in selected drive !  Try again ?"
  2004.  
  2005.  12610 = 11
  2006.  
  2007.  
  2008.  
  2009. ####################################################
  2010. # EAC Dialogs - CD Write Options
  2011. ####################################################
  2012.  
  2013.  12100 = "CD Information"
  2014.  
  2015.  12120 = "Used space :"
  2016.  12121 = "Free space :"
  2017.  12122 = "Capacity :"
  2018.  12123 = "Content type :"
  2019.  12124 = "CD status :"
  2020.  12125 = "CD manufacturer :"
  2021.  12126 = "Write strategy :"
  2022.  12130 = "Empty"
  2023.  12131 = "Open Session"
  2024.  12132 = "Finished"
  2025.  12133 = "CD-DA or CD-ROM"
  2026.  12134 = "No CD in drive"
  2027.  
  2028.  12101 = 10
  2029.  
  2030.  
  2031.  
  2032. ####################################################
  2033. # EAC Dialogs - CD (Write) Information
  2034. ####################################################
  2035.  
  2036.  13400 = "CD Information"
  2037.  
  2038.  13405 = "CD title"
  2039.   3703 = " Various artists "
  2040.   3709 = "CD artist"
  2041.  13401 = "CD UPC"
  2042.  13420 = "UPC must contain 13 characters !"
  2043.  
  2044.   3707 = 10
  2045.   3708 = 11
  2046.  
  2047.  
  2048.  
  2049. ####################################################
  2050. # EAC Dialogs - CD Layout Editor
  2051. ####################################################
  2052.  
  2053.  12200 = "CD Layout Editor"
  2054.  
  2055.  12209 = "Use CD-R drive"
  2056.  12219 = "Options..."
  2057.  12203 = "Graphical CD Layout"
  2058.  12211 = "Track : "
  2059.  12212 = "Index : "
  2060.  12213 = "Time : "
  2061.  12201 = "CD Layout"
  2062.  12202 = "Used Files"
  2063.  12220 = "Title"
  2064.  12221 = "Filenr"
  2065.  12222 = "Track"
  2066.  12223 = "Index"
  2067.  12224 = "Absolute Position"
  2068.  12225 = "Relative Position"
  2069.  12226 = "Length"
  2070.  12228 = "Filename"
  2071.  12229 = "None"
  2072.  12230 = "File open error"
  2073.  12231 = "The following files were not accepted as audio source :"
  2074.  12232 = "Track "
  2075.  12233 = "Are you sure that you want to leave without saving the "+
  2076.          "actual CUE sheet ?  "
  2077.  12234 = "Append Files As Index 1"
  2078.  12235 = "The file "
  2079.  12236 = "\n\nalready exists in your current layout! Do you really "+
  2080.          "want to add it ?    "
  2081.  12237 = "Append Files As New Index"
  2082.  12238 = "Append Files As Index 0"
  2083.  12239 = "No indices selected !"
  2084.  12240 = "Creating a new layout will delete the actual layout !\n\n"+
  2085.          "Do you really want to continue ?    "
  2086.  12241 = "Save CUE Sheet"
  2087.  12242 = "Erasing this CD-RW will delete all data on it !\n\n"+
  2088.          "Do you really want to continue ?    "
  2089.  12243 = "No CD-RW inserted in the selected drive !"
  2090.  12244 = "It is only possible to move one stream !"
  2091.  12245 = "Nothing selected !"
  2092.  12246 = "There is no writeable CD in drive !  "
  2093.  12247 = "Extraction has finished, do you now want to write the CD ?"
  2094.  12248 = "Loading a CUE sheet will delete the actual layout !\n\n"+
  2095.          "Do you really want to continue ?    "
  2096.  12249 = "Load CUE Sheet"
  2097.  12250 = "Too much CD-Text information !\n\n"+
  2098.          "Only around 3 kByte of CD-Text information are possible.   \n\n"+
  2099.          "Please reduce the CD-Text information for this layout.   "
  2100.  
  2101.  12227 = 12221
  2102.  
  2103.  
  2104.  
  2105. ####################################################
  2106. # EAC Dialogs - Change CUE Position
  2107. ####################################################
  2108.  
  2109.  14500 = "Change CUE Position"
  2110.  
  2111.  14510 = "Track :"
  2112.  14511 = "Index :"
  2113.  14512 = "Time position :"
  2114.  14520 = "Time marker overlaps with previous or next timemarker !"
  2115.  14521 = "Time format is not correct !"
  2116.  
  2117.  14501 = 10
  2118.  14502 = 11
  2119.  
  2120.  
  2121.  
  2122. ####################################################
  2123. # EAC Dialogs - Clear Actual CD Information
  2124. ####################################################
  2125.  
  2126.   5100 = "Clear"
  2127.  
  2128.   5105 = "Clear actual CD information"
  2129.   5104 = "All data of the actual CD will be overwritten !"
  2130.   5106 = "Base name :"
  2131.   5120 = "Illegal characters in filename"
  2132.  
  2133.   5101 = 10
  2134.   5102 = 11
  2135.  
  2136.  
  2137.  
  2138. ####################################################
  2139. # EAC Dialogs - WAV Compare (Process WAV)
  2140. ####################################################
  2141.  
  2142.  11100 = "WAV Compare"
  2143.  
  2144.   9205 = "Actual wave file"
  2145.   9206 = "WAV file : "
  2146.   9207 = "Error type "
  2147.   9208 = "Position"
  2148.   9209 = "Error type"
  2149.   9210 = "Position"
  2150.  11101 = "Replace"
  2151.  11120 = "  missing sample"
  2152.  11121 = "  missing samples"
  2153.  11122 = "  repeated sample"
  2154.  11123 = "  repeated samples"
  2155.  11124 = "different samples"
  2156.  11126 = "Replacing"
  2157.  
  2158.  11125 = 11101
  2159.   9104 = 10
  2160.  
  2161.  
  2162.  
  2163. ####################################################
  2164. # EAC Dialogs - Transfer (freedb)
  2165. ####################################################
  2166.  
  2167.   4700 = "Transfer"
  2168.  
  2169.   4703 = "CD Identification"
  2170.   4704 = "Accessing freedb"
  2171.   4710 = "Status :"
  2172.   4702 = " Connecting to Internet..."
  2173.   4720 = "Invalid server address"
  2174.   4721 = " Done"
  2175.   4722 = " Canceled"
  2176.  
  2177.   4701 = 11
  2178.  
  2179.  
  2180.  
  2181. ####################################################
  2182. # EAC Dialogs - Copy Range
  2183. ####################################################
  2184.  
  2185.   2500 = "Extracting Audio Data"
  2186.  
  2187.    833 = "Copy Selected Range"
  2188.    813 = "Filename :"
  2189.    815 = "Progress"
  2190.   2510 = "Track"
  2191.   2511 = "Speed"
  2192.   2512 = "Time"
  2193.   2513 = "Est. Remaining"
  2194.   2514 = "Status"
  2195.   2515 = "Error correction :"
  2196.   4313 = " Power Down after extraction finished "
  2197.   2520 = "Testing Audio Data"
  2198.   2521 = "Test Track"
  2199.   2522 = "Track  :"
  2200.   2523 = "Do you really want to cancel extraction ?"
  2201.   2524 = "     Canceled - Waiting For External Compressor"
  2202.   2525 = "Do you really want to skip this track ?"
  2203.   2526 = "     Skipped - Waiting For External Compressor"
  2204.   2527 = "     Skipped Track"
  2205.   2528 = "Audio Extraction Canceled"
  2206.   2529 = "Audio Extraction Complete"
  2207.  
  2208.    811 = 11
  2209.  
  2210.  
  2211.  
  2212. ####################################################
  2213. # EAC Dialogs - Copy Range Selection
  2214. ####################################################
  2215.  
  2216.  1400 = "Copy Range"
  2217.  
  2218.  1420 = "Select Start Position"
  2219.  1419 = "Select End Position"
  2220.  1407 = "Block :"
  2221.  1409 = "Track :"
  2222.  1411 = "Relative Timepos : "
  2223.  1432 = "Snap Gap"
  2224.  1440 = "Snap Track"
  2225.  1425 = "Play Position :"
  2226.  1402 = "Total Length :"
  2227.  1401 = "Total Space Required : "
  2228.  
  2229.  1413 = 1407
  2230.  1415 = 1409
  2231.  1417 = 1411
  2232.  1434 = 1432
  2233.  1441 = 1440
  2234.  1427 = 1409
  2235.  1428 = 1411
  2236.  1403 = 10
  2237.  1404 = 11
  2238.  
  2239.  
  2240.  
  2241. ####################################################
  2242. # EAC Dialogs - Correct DC Offset
  2243. ####################################################
  2244.  
  2245.  11000 = "Correct DC Offset"
  2246.  
  2247.  11010 = "Left channel"
  2248.  11011 = "Right channel"
  2249.  11006 = "values"
  2250.  11005 = "Autodetect"
  2251.  11020 = "Detect DC Offset"
  2252.  11021 = "Detecting DC Offset"
  2253.  
  2254.  11007 = 11006
  2255.  11001 = 10
  2256.  11002 = 11
  2257.  
  2258.  
  2259.  
  2260. ####################################################
  2261. # EAC Dialogs - Maximum dB peak level
  2262. ####################################################
  2263.  
  2264.  10300 = "Maximum dB peak level"
  2265.  
  2266.  10304 = "Play"
  2267.  10320 = "Wave Audio used by another application"
  2268.  10321 = "Wave Audio MCI error"
  2269.  
  2270.  10310 = 11010
  2271.  10311 = 11011
  2272.  10305 = 10304
  2273.  10303 = 10
  2274.  
  2275.  
  2276.  
  2277. ####################################################
  2278. # EAC Dialogs - Drive C2 Feature Test
  2279. ####################################################
  2280.  
  2281.  13100 = "Drive C2 Feature Test"
  2282.  
  2283.  13110 = "Detecting C2 Feature"
  2284.  13111 = "Status :"
  2285.  13101 = " Searching C2 Errors..."
  2286.  13112 = "Progress :"
  2287.  13113 = "Please note :"
  2288.  13114 = "For this test you need a bad CD (e.g. a CD with "+
  2289.          "a lot of scratches). EAC tries to locate at least "+
  2290.          "one error position. If the drive is C2 capable, "+
  2291.          "it will report somewhen on such a CD an C2 error."
  2292.  
  2293.  13103 = 11
  2294.  
  2295.  
  2296.  
  2297. ####################################################
  2298. # EAC Dialogs - Compression Sample Offset
  2299. ####################################################
  2300.  
  2301.  10100 = "Compression Sample Offset"
  2302.  
  2303.  10110 = "Offset :"
  2304.  10102 = " Detecting..."
  2305.  10120 = "Finished"
  2306.  10121 = " No sound information found !"
  2307.  10122 = " Error on compression / decompression !"
  2308.  10123 = " Can't create test file !"
  2309.  
  2310.  10103 = 12
  2311.  10101 = 10
  2312.  
  2313.  
  2314.  
  2315. ####################################################
  2316. # EAC Dialogs - Analyzing Gaps
  2317. ####################################################
  2318.  
  2319.   3600 = "Analyzing"
  2320.  
  2321.   3609 = "Detecting Pre-Track Gaps"
  2322.   3601 = "Track  1"
  2323.   3610 = "Track"
  2324.   3611 = "Detecting Gaps"
  2325.   3612 = "Detecting Track Indices"
  2326.   3613 = "Index"
  2327.   3614 = "Detecting Indices"
  2328.   3615 = "Detecting UPC/ISRC"
  2329.   3616 = "Detecting UPC"
  2330.   3617 = "ISRC Track "
  2331.   3618 = "Detecting ISRCs"
  2332.   3619 = "Analysing Session Seperation"
  2333.   3620 = "Analysing Lead-Out"
  2334.   3621 = "Detecting Layout"
  2335.   3622 = "Detecting Tracks"
  2336.  
  2337.   3602 = 11
  2338.  
  2339.  
  2340.  
  2341. ####################################################
  2342. # EAC Dialogs - Detect Write Features
  2343. ####################################################
  2344.  
  2345.  13000 = "Write Features"
  2346.  
  2347.  13010 = "Detecting Write Features"
  2348.  13011 = "UPC/ISRC Support :"
  2349.  13012 = "CD-Text Support :"
  2350.  13020 = " Canceled"
  2351.  13021 = " No"
  2352.  13022 = " Yes"
  2353.  
  2354.  13003 = 12
  2355.  13004 = 10
  2356.  
  2357.  
  2358.  
  2359. ####################################################
  2360. # EAC Dialogs - Echo Options
  2361. ####################################################
  2362.  
  2363.  11700 = "Echo Options"
  2364.  
  2365.  11710 = "Echo delay"
  2366.  11711 = "Echo volume"
  2367.  
  2368.  11701 = 10
  2369.  11702 = 11
  2370.  
  2371.  
  2372.  
  2373. ####################################################
  2374. # EAC Dialogs - Edit CUE sheet
  2375. ####################################################
  2376.  
  2377.  13900 = "Edit CUE sheet"
  2378.  
  2379.  13920 = "Error in CUE sheet !\n\n"
  2380.  13921 = "File read error"
  2381.  13922 = "File do not exist : "
  2382.  13923 = "File open error"
  2383.  13924 = "Not enough arguments in line "
  2384.  13925 = "Too many arguments in line "
  2385.  13926 = "CATALOG string has wrong length in line "
  2386.  13927 = "FLAGS command may only be used once between TRACK "+
  2387.          "and INDEX in line "
  2388.  13928 = "Unknown FLAGS parameter occured in line "
  2389.  13929 = "ISRC string has wrong length in line "
  2390.  13930 = "ISRC string contains illegal characters in line "
  2391.  13931 = "No TRACK defined for ISRC in line "
  2392.  13932 = "Bad time format in line "
  2393.  13933 = "PREGAP of a track must be used first after TRACK "+
  2394.          "in line "
  2395.  13934 = "No FILE specified up to PREGAP command in line "
  2396.  13935 = "No TRACK specified up to PREGAP command in line "
  2397.  13936 = "PREGAP can only be used before the first INDEX of a "+
  2398.          "file in line "
  2399.  13937 = "POSTGAP of a track must be used after all INDEXs "+
  2400.          "in line "
  2401.  13938 = "Only POSTGAP per TRACK allowed in line "
  2402.  13939 = "No TRACK specified up to POSTGAP command in line "
  2403.  13940 = "Bad INDEX number in line "
  2404.  13941 = "INDEX numbers must increase by one in line "
  2405.  13942 = "No INDEXs allowed after POSTGAP in line "
  2406.  13943 = "Positions must be in ascending order in line "
  2407.  13944 = "First INDEX of a FILE must be at 00:00:00 in line "
  2408.  13945 = "There is no FILE specified for this INDEX in line "
  2409.  13946 = "INDEX position is behind end of FILE in line "
  2410.  13947 = "First INDEX of a track must be either 0 or 1 in line "
  2411.  13948 = "Bad TRACK number in line "
  2412.  13949 = "TRACK numbers must increase by one in line "
  2413.  13950 = "Not an audio track in line "
  2414.  13951 = "Only 'WAVE' and 'MP3' format is supported in line "
  2415.  13952 = "File does not exist in line "
  2416.  13953 = "File type is not supported in line "
  2417.  13954 = "Unknown keyword in line "
  2418.  
  2419.  13901 = 10
  2420.  13902 = 11
  2421.  
  2422.  
  2423.  
  2424. ####################################################
  2425. # EAC Dialogs - CD Information
  2426. ####################################################
  2427.  
  2428.   3700 = "CD Information"
  2429.  
  2430.   3711 = "CD title"
  2431.   3712 = "Year of release"
  2432.   3713 = "General music style"
  2433.   3714 = "Specific music style"
  2434.   3710 = "Extended"
  2435.  
  2436.  
  2437.  
  2438. ####################################################
  2439. # EAC Dialogs - CUE Sheet Excerpt
  2440. ####################################################
  2441.  
  2442.  14400 = "CUE Sheet Excerpt"
  2443.  
  2444.  14401 = "List of CUE points"
  2445.  14407 = "Track"
  2446.  14408 = "Index"
  2447.  14409 = "Time"
  2448.  14404 = "Delete"
  2449.  14406 = "Set Time"
  2450.  14405 = "Edit Time"
  2451.  14402 = "Close"
  2452.  14420 = "First time marker has to be on position "+
  2453.          "00:00.00 !"
  2454.  14421 = "Time marker overlaps with previous or "+
  2455.          "next timemarker !"
  2456.  14422 = "First time marker can't be changed, it has "+
  2457.          "to be on position 00:00.00 !"
  2458.  14423 = "First time marker can't be deleted, it has "+
  2459.          "to be on position 00:00.00 !"
  2460.  
  2461.  
  2462.  
  2463. ####################################################
  2464. # EAC Dialogs - Sample Value
  2465. ####################################################
  2466.  
  2467.  10600 = "Sample Value"
  2468.  
  2469.  
  2470.  
  2471. ####################################################
  2472. # EAC Dialogs - Equalize
  2473. ####################################################
  2474.  
  2475.  11300 = "Equalize"
  2476.  
  2477.  11330 = "Frequency Gain"
  2478.  11331 = "Master Gain"
  2479.  11316 = "Reset Values"
  2480.  
  2481.  11310 = 10
  2482.  11311 = 11
  2483.  
  2484.  
  2485.  
  2486. ####################################################
  2487. # EAC Dialogs - CD Write
  2488. ####################################################
  2489.  
  2490.  14000 = "CD Write"
  2491.  
  2492.  14008 = "Done :"
  2493.  14009 = "Est. Remaining :"
  2494.  14020 = "Erase CD-RW"
  2495.  14021 = "Preparing"
  2496.  14022 = "Erasing CD-RW"
  2497.  14023 = "Preparing Erase CD-RW"
  2498.  14024 = "Erasing successfully finished !"
  2499.  14025 = "Errors occured on erasing !"
  2500.  14026 = "CD Write Simulation"
  2501.  14027 = "CD Write"
  2502.  14028 = "(Using BurnProof)"
  2503.  14029 = " Writing Lead-In"
  2504.  14030 = " Calibrating Write Power"
  2505.  14032 = " Writing Lead-Out"
  2506.  14033 = " Writing Track "
  2507.  14034 = "Writing CD"
  2508.  14035 = "Write error !        \n\n"
  2509.  14036 = "Write successfully finished"
  2510.  14037 = "Simulation successfully finished"
  2511.  14038 = "Canceling the write process will result in an incomplete CD !\n\n"+
  2512.          "Do you really want to cancel ? "
  2513.  
  2514.  12316 = 11
  2515.  
  2516.  
  2517.  
  2518. ####################################################
  2519. # EAC Dialogs - Information
  2520. ####################################################
  2521.  
  2522.   4500 = "Information"
  2523.  
  2524.   4501 = "This Betaversion of Exact Audio Copy is rather "+
  2525.          "old. Please get a new copy from "
  2526.  
  2527.   4503 = 10
  2528.  
  2529.  
  2530. ####################################################
  2531. # EAC Dialogs - Extended Information
  2532. ####################################################
  2533.  
  2534.   5000 = "Extended Information"
  2535.  
  2536.   5004 = "Extended CD information for Track "
  2537.   5020 = "Extended CD information"
  2538.  
  2539.   5003 = 10
  2540.   5002 = 11
  2541.  
  2542.  
  2543.  
  2544. ####################################################
  2545. # EAC Dialogs - Extracting Audio Data
  2546. ####################################################
  2547.  
  2548.    800 = "Extracting Audio Data"
  2549.  
  2550.    890 = "Copy Track"
  2551.    891 = "Track Progress"
  2552.    816 = "Total Progress"
  2553.    844 = "Total"
  2554.    818 = "Skip Track"
  2555.    860 = "Direct Compression"
  2556.    861 = "WAV Compression"
  2557.    862 = "Skip File"
  2558.    863 = "Compressing Audio Data"
  2559.    864 = "Compressing"
  2560.    865 = "Actual :"
  2561.    866 = "Do you really want to cancel compression ?"
  2562.    869 = "Do you really want to skip this file ?"
  2563.    867 = "Compression Canceled"
  2564.    868 = "Compression Complete"
  2565.    870 = "     Skipped File"
  2566.    871 = "     Compress Track By External Program"
  2567.    872 = "Compressing"
  2568.    873 = "Compressing File"
  2569.    874 = "     File Write Error !"
  2570.    875 = "     Can't Open Selected CODEC !"
  2571.    876 = "     File Creation Error !"
  2572.    877 = "     File Open Error !"
  2573.   2567 = "Can't Open Selected CODEC !"
  2574.    878 = "Decompressing"
  2575.    879 = "Decompressing File"
  2576.    880 = "WAV Decompression"
  2577.    881 = "Decompressing Audio Data"
  2578.    882 = "Decompressing"
  2579.    883 = "Do you really want to cancel decompression ?"
  2580.    884 = "Decompression Canceled"
  2581.    885 = "Decompression Complete"
  2582.    886 = "Can't write ID3 tag to file"
  2583.   2550 = "Detection mode not possible for this drive"
  2584.   2551 = "Filename construct does not contain track number '%N'"
  2585.   2553 = "Save Waveform"
  2586.   2554 = "Burst mode"
  2587.   2555 = "Fast mode"
  2588.   2561 = "Secure mode"
  2589.   2556 = "Can't find a matching read mode!"
  2590.   2563 = "Can't find a matching C2 read mode!"
  2591.   2557 = "File already exists !\n\nOverwrite File with new content ?"
  2592.   2558 = "File Creation Error !"
  2593.   2559 = "Copy Selected Range"
  2594.   2560 = "     Spin Up Drive"
  2595.   2562 = "Probably not enough Disk Space !\n\nDo you want to continue ?"
  2596.   2564 = "Test Track "
  2597.   2565 = "Copy Track "
  2598.   2566 = ", Index "
  2599.  
  2600.   2552 = 31
  2601.    840 = 2510
  2602.    841 = 2511
  2603.    842 = 2512
  2604.    843 = 2513
  2605.    848 = 2514
  2606.    820 = 2515
  2607.    845 = 841
  2608.    846 = 842
  2609.    847 = 843
  2610.  
  2611.  
  2612.  
  2613. ####################################################
  2614. # EAC Dialogs - Fade
  2615. ####################################################
  2616.  
  2617.  11500 = "Fade"
  2618.  
  2619.  11510 = "Start value :"
  2620.  11511 = "End value :"
  2621.  11507 = " Logarithmic fade "
  2622.  
  2623.  11501 = 10
  2624.  11502 = 11
  2625.  
  2626.  
  2627.  
  2628. ####################################################
  2629. # EAC Dialogs - Analyzing
  2630. ####################################################
  2631.  
  2632.   8200 = "Analyzing"
  2633.  
  2634.   8219 = "Detecting CD-ROM drive features"
  2635.   8202 = "Caching :"
  2636.   8201 = "Accurate Stream :"
  2637.   8212 = "C2 Error Info :"
  2638.   8205 = "Please wait !  Calculation could take some minutes !"
  2639.   8206 = "Do not produce load while detecting features !"
  2640.   8208 = "Information :"
  2641.   8209 = "Whereas the 'Accurate Stream' feature is useful for "+
  2642.          "audio extraction, the 'Caching' feature will make exact "+
  2643.          "extraction even more complicated and insecure !"
  2644.  
  2645.   8214 = 12
  2646.   8207 = 11
  2647.  
  2648.  
  2649.  
  2650. ####################################################
  2651. # EAC Dialogs - Database Submission
  2652. ####################################################
  2653.  
  2654.  14700 = "Database Submission"
  2655.  
  2656.  14704 = "After detecting these drive features, please "+
  2657.          "submit the results to the EAC drive feature database. "+
  2658.          "This way you could help users that are not able to "+
  2659.          "determine their drives features."
  2660.  14705 = "Even if you don't know if the detected values are correct, "+
  2661.          "please send the data, as all values are merged, so that "+
  2662.          "the results of different users could be verified. Of course "+
  2663.          "the results will be integrated in the next version of EAC."
  2664.  14706 = "Of course no personal data will be stored in the database, "+
  2665.          "nor any information be used for any other purpose as for "+
  2666.          "statistical analysis."
  2667.  14707 = "May EAC send the retrieved drive features to the EAC database?"
  2668.  14703 = " Do not ask again, always deny request "
  2669.  
  2670.  14701 = 15
  2671.  14702 = 16
  2672.  
  2673.  
  2674.  
  2675. ####################################################
  2676. # EAC Dialogs - Flange Options
  2677. ####################################################
  2678.  
  2679.  12000 = "Flange Options"
  2680.  
  2681.  12015 = "Flange period"
  2682.  12016 = "Flange delay"
  2683.  12017 = "Flange volume"
  2684.  
  2685.  
  2686.  
  2687. ####################################################
  2688. # EAC Dialogs - Frequency Analysis
  2689. ####################################################
  2690.  
  2691.  10900 = "Frequency Analysis"
  2692.  
  2693.  10909 = "Cursor position"
  2694.  10910 = "FFT size"
  2695.  10907 = " Logarithmic view "
  2696.  10911 = "Window function"
  2697.  
  2698.  10901 = 10
  2699.  
  2700.  
  2701.  
  2702. ####################################################
  2703. # EAC Dialogs - Analyzing
  2704. ####################################################
  2705.  
  2706.   8400 = "Analyzing"
  2707.  
  2708.   8409 = "Testing gaps on silence"
  2709.   8404 = "Gap before track"
  2710.   8407 = "Length"
  2711.   8405 = "Silence"
  2712.   8406 = "Peak Level"
  2713.  
  2714.   8402 = 11
  2715.  
  2716.  
  2717.  
  2718. ####################################################
  2719. # EAC Dialogs - Glitch Removal
  2720. ####################################################
  2721.  
  2722.  10400 = "Glitch Removal"
  2723.  
  2724.  10405 = "Sensibility of glitch detection"
  2725.  10406 = "High"
  2726.  10407 = "Low"
  2727.  
  2728.  10402 = 10
  2729.  10403 = 11
  2730.  
  2731.  
  2732.  
  2733. ####################################################
  2734. # EAC Dialogs - ID3 Tag Editor
  2735. ####################################################
  2736.  
  2737.   9600 = "ID3 Tag Editor"
  2738.  
  2739.   9615 = "Filename :"
  2740.   9616 = "Title :"
  2741.   9617 = "Artist :"
  2742.   9618 = "Album :"
  2743.   9605 = "Comments :"
  2744.   9619 = "Year of release :"
  2745.   9611 = "Track number :"
  2746.   9620 = "Music style :"
  2747.  
  2748.   9613 = "Remark : This ID3 tag editor will only edit and "+
  2749.          "store ID3 V1 tags. If there are additional V2 tags in the file, "+
  2750.          "they remain unchanged. That way the two tags may show "+
  2751.          "different data! So in that case use a V2 editor to copy "+
  2752.          "the V1 to V2, or use it to directly edit both tags in "+
  2753.          "one go."
  2754.  
  2755.   9607 = 10
  2756.   9608 = 11
  2757.  
  2758.  
  2759.  
  2760. ####################################################
  2761. # EAC Dialogs - Information
  2762. ####################################################
  2763.  
  2764.   3300 = "Information"
  2765.  
  2766.   3302 = "Important Information"
  2767.   3303 = "Because many of the users didn't understand how EAC works, "+
  2768.          "now here is an important information :"
  2769.   3306 = "If you want secure copies, you have to make sure, "+
  2770.          "that you choose the correct secure reading mode depending "+
  2771.          "on your CD-ROM drive !  Otherwise read errors probably "+
  2772.          "will not be detected."
  2773.   3301 = " Show this information next time "
  2774.  
  2775.   3311 = 10
  2776.  
  2777.  
  2778.  
  2779. ####################################################
  2780. # EAC Dialogs - Loop Recording
  2781. ####################################################
  2782.  
  2783.  10700 = "Loop Recording"
  2784.  
  2785.  10710 = "Please select the amount of memory that should be used for recording"
  2786.  10711 = "Time available :"
  2787.  
  2788.  10703 = 10
  2789.  10704 = 11
  2790.  
  2791.  
  2792.  
  2793. ####################################################
  2794. # EAC Dialogs - Loop Record WAV
  2795. ####################################################
  2796.  
  2797.  10800 = "Loop Record WAV"
  2798.  
  2799.   9740 = "Record information"
  2800.   9741 = "Recorded time : "
  2801.   9742 = "Recorded space :"
  2802.   9749 = "Save to file..."
  2803.   9728 = "Determine last recordings peak level (in dB)"
  2804.   9743 = "Left"
  2805.   9744 = "Right"
  2806.   9745 = "Channel"
  2807.  
  2808.   9709 = 10
  2809.  
  2810.  
  2811.  
  2812. ####################################################
  2813. # EAC Dialogs - Mix Properties
  2814. ####################################################
  2815.  
  2816.  10500 = "Mix Properties"
  2817.  
  2818.  10512 = "Please select mixing ratio"
  2819.  10501 = " Lock start/end settings "
  2820.  10502 = "Start"
  2821.  10505 = "End"
  2822.  10510 = "Original"
  2823.  10511 = "Clipboard"
  2824.  
  2825.  10506 = 10
  2826.  10507 = 11
  2827.  
  2828.  
  2829.  
  2830. ####################################################
  2831. # EAC Dialogs - Noise Reduction
  2832. ####################################################
  2833.  
  2834.  11200 = "Noise Reduction"
  2835.  
  2836.  11210 = "Select noise reduction attenuation"
  2837.  11204 = " Create WAV from reduced noise "
  2838.  
  2839.  11202 = 10
  2840.  11203 = 11
  2841.  
  2842.  
  2843.  
  2844. ####################################################
  2845. # EAC Dialogs - Information
  2846. ####################################################
  2847.  
  2848.   8300 = "Information"
  2849.  
  2850.   8309 = "Exact Audio Copy couldn't detect a matching read "+
  2851.          "command for this CD-ROM drive."
  2852.   8308 = "You should try to activate the autodetection of the "+
  2853.          "read command in the drive options dialog."
  2854.   8301 = "If you have to select a specific read command, e.g. "+
  2855.          "because autodetection hang the system, you should make "+
  2856.          "sure to select the correct one !"
  2857.   8304 = "Just experiment with these switches and if it still "+
  2858.          "does not work, please report your drive configuration."
  2859.  
  2860.   8307 = 10
  2861.  
  2862.  
  2863.  
  2864. ####################################################
  2865. # EAC Dialogs - Analysing WAV File
  2866. ####################################################
  2867.  
  2868.   7400 = "Analysing WAV File"
  2869.  
  2870.   7403 = "Progress"
  2871.   7420 = "Analysing"
  2872.   7421 = "Comparing WAVs"
  2873.   7422 = "Saving Wave"
  2874.   7423 = "Saving WAV"
  2875.   7424 = "Cutting Wave"
  2876.   7425 = "Processing Wave"
  2877.   7426 = "Comparing WAVs"
  2878.   7427 = "Checking Audio File"
  2879.   7428 = "Seeking Audio File"
  2880.   7429 = "Generate CUE Sheet"
  2881.   7430 = "Saving Wave"
  2882.   7431 = "Copy Selection"
  2883.   7432 = "Undo"
  2884.  
  2885.   7401 = 11
  2886.  
  2887.  
  2888.  
  2889. ####################################################
  2890. # EAC Dialogs - Analyzing
  2891. ####################################################
  2892.  
  2893.   3800 = "Analyzing"
  2894.  
  2895.   3801 = "Detecting Overreading capability and Sample Offset"
  2896.   3812 = "Overread :"
  2897.   3802 = "Found CD :"
  2898.   3806 = "Sample Offset :"
  2899.   3813 = " Detecting..."
  2900.   3805 = "Please wait!  Calculation could take some minutes !"
  2901.   3811 = "Information :"
  2902.   3808 = "This calculation is not exact. To get better results, "+
  2903.          "you should start this detection several times in line and "+
  2904.          "select the best fitting value !"
  2905.  
  2906.   3814 = 12
  2907.   3803 = 11
  2908.  
  2909.  
  2910.  
  2911. ####################################################
  2912. # EAC Dialogs - Overwrite Warning
  2913. ####################################################
  2914.  
  2915.  14800 = 6
  2916.  
  2917.  14804 = "File already exists !"
  2918.  14805 = "Overwrite File with new content ?"
  2919.  14802 = "Yes to all"
  2920.  
  2921.  14801 = 15
  2922.  14803 = 16
  2923.  
  2924.  
  2925.  
  2926. ####################################################
  2927. # EAC Dialogs - Proxy Authentification
  2928. ####################################################
  2929.  
  2930.   9400 = "Proxy Authentification"
  2931.  
  2932.   9401 = "Please enter your proxy password"
  2933.   9402 = "Proxy password :"
  2934.  
  2935.   9404 = 10
  2936.  
  2937.  
  2938.  
  2939. ####################################################
  2940. # EAC Dialogs - Phaser Options
  2941. ####################################################
  2942.  
  2943.  11900 = "Phaser Options"
  2944.  
  2945.  11901 = "Phaser delay"
  2946.  11902 = "Phaser volume"
  2947.  
  2948.  
  2949.  
  2950. ####################################################
  2951. # EAC Dialogs - Playing Peak Range
  2952. ####################################################
  2953.  
  2954.   8150 = "Playing"
  2955.  
  2956.   8151 = "Looping peak range"
  2957.  
  2958.  
  2959.  
  2960. ####################################################
  2961. # EAC Dialogs - Pop Detection List
  2962. ####################################################
  2963.  
  2964.   8900 = "Pop Detection"
  2965.  
  2966.   8901 = "List of detected pops"
  2967.  
  2968.   8903 = 10
  2969.   8904 = 11010
  2970.   8905 = 11011
  2971.  
  2972.  
  2973.  
  2974. ####################################################
  2975. # EAC Dialogs - Pop Detection
  2976. ####################################################
  2977.  
  2978.  11600 = "Pop Detection"
  2979.  
  2980.  11610 = "Pop Sensitivity"
  2981.  11611 = "Pop Length"
  2982.  11612 = "Long"
  2983.  11613 = "Medium"
  2984.  11614 = "Short"
  2985.  
  2986.  11601 = 10
  2987.  11602 = 11
  2988.  
  2989.  
  2990.  
  2991. ####################################################
  2992. # EAC Dialogs - Possible Errors
  2993. ####################################################
  2994.  
  2995.   4800 = "Possible Errors"
  2996.  
  2997.   4810 = "Please select track or range of suspicious positions"
  2998.   4807 = "Actual position :"
  2999.  
  3000.   4802 = "Play"
  3001.   4805 = "Stop"
  3002.   4803 = "Glitch Removal"
  3003.   4820 = "Range"
  3004.   4821 = "Track"
  3005.   4822 = "Please select a track or an interval"
  3006.   4823 = "This procedure cannot be undone !\n\nDo you really want to continue ?"
  3007.   4824 = "File error"
  3008.  
  3009.   4804 = 10
  3010.  
  3011.  
  3012.  
  3013. ####################################################
  3014. # EAC Dialogs - Insert Silence
  3015. ####################################################
  3016.  
  3017.   8700 = "Insert Silence"
  3018.  
  3019.   8710 = "Number of null samples to be inserted :"
  3020.   8701 = "Length of silence :"
  3021.  
  3022.   8704 = 10
  3023.   8705 = 11
  3024.  
  3025.  
  3026.  
  3027. ####################################################
  3028. # EAC Dialogs - Normalize Level
  3029. ####################################################
  3030.  
  3031.   8600 = "Normalize Level"
  3032.  
  3033.   8601 = "Please enter level normalizing to"
  3034.  
  3035.   8602 = 10
  3036.   8603 = 11
  3037.  
  3038.  
  3039.  
  3040. ####################################################
  3041. # EAC Dialogs - Sound Processing
  3042. ####################################################
  3043.  
  3044.   7000 = "Sound Processing"
  3045.  
  3046.   7003 = "Filename :"
  3047.   7007 = "Peak Level :"
  3048.   7009 = "Checksum :"
  3049.    490 = "Zoom Range"
  3050.    487 = "Zoom Full"
  3051.    489 = "Zoom In"
  3052.    488 = "Zoom Out"
  3053.   7011 = "Selection startpos :"
  3054.   7013 = "Selection endpos :"
  3055.   7015 = "Selection length :"
  3056.   7030 = "Display startpos :"
  3057.   7031 = "Display endpos :"
  3058.   7050 = "Change Sample Value"
  3059.   7051 = "Changing Sample Value"
  3060.   7052 = "Do you really want to discard all changes ?"
  3061.   7053 = "Saving Wave"
  3062.   7054 = "It is not possible to save over the\n\nactual wave file. "+
  3063.          "Use 'Save' instead !"
  3064.   7055 = "Saving Selection"
  3065.   7056 = "Save Selection As"
  3066.   7057 = "Filename"
  3067.   7058 = "Append File"
  3068.   7059 = "Appending File"
  3069.   7060 = "The selected WAV file is no standard WAV !\n\n"+
  3070.          "EAC processes only uncompressed 44.1 kHz stereo WAVs !"
  3071.   7061 = "Paste Mix"
  3072.   7062 = "Pasting Mix"
  3073.   7063 = "Find & Replace"
  3074.   7064 = "Finding & Replacing"
  3075.   7065 = "Paste"
  3076.   7066 = "Pasting"
  3077.   7067 = "Delete Selection"
  3078.   7068 = "Deleting Selection"
  3079.   7069 = "Cut Selection"
  3080.   7070 = "Cutting Selection"
  3081.   7071 = "Delete Leading Silence"
  3082.   7072 = "Deleting Leading Silence"
  3083.   7073 = "Delete Ending Silence"
  3084.   7074 = "Deleting Ending Silence"
  3085.   7075 = "Trim Selection"
  3086.   7076 = "Trimming Selection"
  3087.   7077 = "Delete Leading & Ending Silence"
  3088.   7078 = "Deleting Leading & Ending Silence"
  3089.   7079 = "Silence"
  3090.   7080 = "Silencing"
  3091.   7081 = "Fade In"
  3092.   7082 = "Fading In"
  3093.   7083 = "Echo"
  3094.   7084 = "Echoing"
  3095.   7085 = "Phase"
  3096.   7086 = "Phasing"
  3097.   7087 = "Flange"
  3098.   7088 = "Flanging"
  3099.   7089 = "Reverb"
  3100.   7090 = "Reverbing"
  3101.   7091 = "Invert"
  3102.   7092 = "Inverting"
  3103.   7093 = "Replace from file"
  3104.   7094 = "Replacing"
  3105.   7095 = "Reverse"
  3106.   7096 = "Reversing"
  3107.   7097 = "Copying Selection"
  3108.   7098 = "Fade Out"
  3109.   7099 = "Fading Out"
  3110.   7150 = "Fade"
  3111.   7151 = "Fading"
  3112.   7152 = "Interpolate Linear"
  3113.   7153 = "Interpolating Linear"
  3114.   7154 = "Smooth"
  3115.   7155 = "Smoothing"
  3116.   7156 = "Remove Glitches"
  3117.   7157 = "Removing Glitches"
  3118.   7158 = "Create Profile"
  3119.   7159 = "Creating Profile"
  3120.   7160 = "Equalize"
  3121.   7161 = "Equalizing"
  3122.   7162 = "Correct DC Offset"
  3123.   7163 = "Correcting DC Offset"
  3124.   7164 = "NoiseProfile"
  3125.   7165 = "Open Noise Reduction Profile"
  3126.   7166 = "Save Noise Reduction Profile"
  3127.   7167 = "Reduce Noise"
  3128.   7168 = "Reducing Noise"
  3129.   7169 = "Detect Pops"
  3130.   7170 = "Detecting Pops"
  3131.   7171 = "Interpolate"
  3132.   7172 = "Interpolating"
  3133.   7173 = "Insert Silence"
  3134.   7174 = "Inserting Silence"
  3135.   7175 = "Normalize"
  3136.   7176 = "Normalizating"
  3137.  
  3138.   7019 = 488
  3139.  
  3140.  
  3141.  
  3142. ####################################################
  3143. # EAC Dialogs - Create New Profile
  3144. ####################################################
  3145.  
  3146.  17200 = "Create New Profile"
  3147.  
  3148.  17205 = "Please enter the name of the profile to be created."
  3149.  
  3150.  17229 = "Please select below which set of options "+
  3151.          "should be stored in the created profile"
  3152.  
  3153.  17216 = " All EAC options "
  3154.  17217 = " Drive options "
  3155.  17218 = " Extraction options "
  3156.  17219 = " Wave editor options "
  3157.  17220 = " Compression options "
  3158.  
  3159.  17240 = "  (Complete)"
  3160.  17241 = "  (Drive)"
  3161.  17242 = "  (Extraction)"
  3162.  17243 = "  (Wave editor)"
  3163.  17244 = "  (Compression)"
  3164.  
  3165.  17203 = 10
  3166.  17204 = 11
  3167.  
  3168.  
  3169.  
  3170. ####################################################
  3171. # EAC Dialogs - Compression Queue Control Center
  3172. ####################################################
  3173.  
  3174.  18000 = "Compression Queue Control Center"
  3175.  
  3176.  18002 = " Make all compression tasks sleep "
  3177.  18003 = "Delete Task(s)"
  3178.  18005 = "Update List"
  3179.  18010 = "Filename"
  3180.  18011 = "Path"
  3181.  18012 = "Do you really want to delete the selected tasks ?"
  3182.  18013 = "Do you really want to delete the selected\n\n"+
  3183.          "tasks and the according WAV files ?"
  3184.  
  3185.  18004 = 10
  3186.  
  3187.  
  3188.  
  3189. ####################################################
  3190. # EAC Dialogs - Record WAV
  3191. ####################################################
  3192.  
  3193.   9700 = "Record WAV"
  3194.  
  3195.   9726 = "Free time left on device :"
  3196.   9750 = "Free space left on device :"
  3197.   9729 = "Filename :"
  3198.   9702 = "Start record"
  3199.   9703 = "Stop record"
  3200.   9701 = "Select target filename..."
  3201.   9760 = "Can't open record device !"
  3202.   9761 = "Recording  "
  3203.   9762 = "Record"
  3204.   9763 = "Select Waveform Filename"
  3205.  
  3206.  
  3207.  
  3208. ####################################################
  3209. # EAC Dialogs - Glitch Removal
  3210. ####################################################
  3211.  
  3212.   5400 = "Glitch Removal"
  3213.  
  3214.   5410 = "Progress"
  3215.   5406 = "Left channel"
  3216.   5407 = "Right channel"
  3217.   5403 = "Number of removed glitches : "
  3218.   5420 = "Glitch Removal"
  3219.   5421 = "Do you really want to cancel filtering ?"
  3220.  
  3221.   5402 = 11
  3222.  
  3223.  
  3224.  
  3225. ####################################################
  3226. # EAC Dialogs - Reverb
  3227. ####################################################
  3228.  
  3229.  11800 = "Reverb"
  3230.  
  3231.  11821 = "Reverb delays"
  3232.  11822 = "Reverb volumes"
  3233.  
  3234.  11801 = 10
  3235.  11802 = 11
  3236.  
  3237.  
  3238.  
  3239. ####################################################
  3240. # EAC Dialogs - Automatic Search
  3241. ####################################################
  3242.  
  3243.  17100 = "Automatic Search"
  3244.  
  3245.  17105 = "EAC now tries to locate the installation place of your "+
  3246.          "latest LAME.EXE automatically. If you don't have installed "+
  3247.          "LAME.EXE so far or want to specify the location manually "+
  3248.          "you may cancel this procedure."
  3249.  17106 = "Search position :"
  3250.  
  3251.  17102 = 11
  3252.  
  3253.  
  3254.  
  3255. ####################################################
  3256. # EAC Dialogs - Select CD
  3257. ####################################################
  3258.  
  3259.  14900 = "Select CD"
  3260.  
  3261.  14905 = "Several exact matches found, please select correct CD :"
  3262.  
  3263.   4902 = 10
  3264.   4903 = 11
  3265.  
  3266.  
  3267.  
  3268. ####################################################
  3269. # EAC Dialogs - Select CD
  3270. ####################################################
  3271.  
  3272.   4900 = "Select CD"
  3273.  
  3274.   4905 = "Inexact matches found, please select correct CD :"
  3275.  
  3276.  
  3277.  
  3278. ####################################################
  3279. # EAC Dialogs - Shutdown Warning
  3280. ####################################################
  3281.  
  3282.  12800 = "Shutdown Warning"
  3283.  
  3284.  12805 = "The computer will be shut down in"
  3285.  12806 = "seconds !"
  3286.  12807 = "Press Cancel to prevent the shutdown and to return to EAC."
  3287.  
  3288.  
  3289.  
  3290. ####################################################
  3291. # EAC Dialogs - Status and Error Messages
  3292. ####################################################
  3293.  
  3294.   1200 = "Status and Error Messages"
  3295.  
  3296.   2501 = "Track status and errors"
  3297.   1203 = "Possible Errors"
  3298.   1204 = "Create Log"
  3299.   1210 = "Range status and errors"
  3300.   1211 = "Selected range"
  3301.   1212 = "     Timing problem "
  3302.   1213 = "     Suspicious position "
  3303.   1214 = "     Missing samples"
  3304.   1215 = "     Too many samples"
  3305.   1216 = "     File write error"
  3306.   1217 = "     Peak level "
  3307.   1218 = "     Range quality "
  3308.   1219 = "     CRC "
  3309.   1220 = "     Copy OK"
  3310.   1221 = "     Copy finished"
  3311.   1227 = "     Track quality "
  3312.   1228 = "     Copy aborted"
  3313.   1269 = "     Filename "
  3314.   1270 = "     Pre-gap length "
  3315.   1271 = "     Test CRC "
  3316.   1272 = "     Copy CRC "
  3317.   1273 = "     Compressing"
  3318.   1222 = "No errors occured"
  3319.   1223 = "Review Range"
  3320.   1224 = "There were errors"
  3321.   1225 = "End of status report"
  3322.   1226 = "Track"
  3323.   1230 = "Index"
  3324.   1229 = "Review Tracks"
  3325.   1274 = "EAC extraction logfile from "
  3326.   1240 = "January"
  3327.   1241 = "February"
  3328.   1242 = "March"
  3329.   1243 = "April"
  3330.   1244 = "May"
  3331.   1245 = "June"
  3332.   1246 = "July"
  3333.   1247 = "August"
  3334.   1248 = "September"
  3335.   1249 = "October"
  3336.   1250 = "November"
  3337.   1251 = "December"
  3338.   1231 = " for CD"
  3339.   1232 = "EAC extraction logfile for CD"
  3340.   1233 = "Used drive  : "
  3341.   1234 = "Read mode   : "
  3342.   1235 = "Burst"
  3343.   1236 = "Fast"
  3344.   1237 = "Secure with NO C2, NO accurate stream, NO disable cache"
  3345.   1238 = "Secure with NO C2, accurate stream, NO disable cache"
  3346.   1239 = "Secure with NO C2, NO accurate stream, disable cache"
  3347.   1252 = "Secure with C2, accurate stream, NO disable cache"
  3348.   1253 = "Secure with C2, accurate stream, disable cache"
  3349.   1254 = "Secure with NO C2, accurate stream, disable cache"
  3350.   1255 = "Combined read/write offset correction : "
  3351.   1256 = "Read offset correction : "
  3352.   1257 = "Overread into Lead-In and Lead-Out"
  3353.   1258 = "Used output format : "
  3354.   1259 = "Additional command line options : "
  3355.   1260 = "Internal WAV Routines"
  3356.   1261 = "44.100 Hz; 16 Bit; Stereo"
  3357.   1262 = "Use compression offset : "
  3358.   1263 = "Other options      : "
  3359.   1264 = "Fill up missing offset samples with silence"
  3360.   1265 = "Delete leading and trailing silent blocks"
  3361.   1266 = "Normalize to "
  3362.   1267 = "Native Win32 interface for Win NT & 2000"
  3363.   1268 = "Installed external ASPI interface"
  3364.  
  3365.   1201 = 10
  3366.  
  3367.  
  3368.  
  3369. ####################################################
  3370. # EAC Dialogs - Determine CD-R Capacity
  3371. ####################################################
  3372.  
  3373.  12400 = "Determine CD-R Capacity"
  3374.  
  3375.  12404 = "Position :"
  3376.  12405 = "Estimated time :"
  3377.  
  3378.  12402 = 11
  3379.  
  3380.  
  3381.  
  3382. ####################################################
  3383. # EAC Dialogs - Index Edit
  3384. ####################################################
  3385.  
  3386.  13200 = "Index Edit"
  3387.  
  3388.  13220 = "Track :"
  3389.  13221 = "Index :"
  3390.  13214 = "Relative time :"
  3391.  13215 = "Absolute time :"
  3392.  13211 = "Track ISRC :"
  3393.  13207 = " Copy protected "
  3394.  13208 = " Pre-emphasis "
  3395.  13230 = "Gap length :"
  3396.  13231 = "Illegal characters in ISRC !"
  3397.  13232 = "Length of ISRC is not correct !"
  3398.  13233 = "Time position intersects with previous index !"
  3399.  13234 = "Time format of absolute time is not correct !"
  3400.  13235 = "Time format of gap length is not correct !"
  3401.  13236 = "Time format of relative time is not correct !"
  3402.  
  3403.  13209 = 10
  3404.  13210 = 11
  3405.  
  3406.  
  3407.  
  3408. ####################################################
  3409. # EAC Dialogs - Edit extended track informations
  3410. ####################################################
  3411.  
  3412.   5200 = "Edit extended track information"
  3413.  
  3414.   5205 = "Please select track"
  3415.   5202 = "Extended"
  3416.   5220 = "Track "
  3417.  
  3418.   5201 = 10
  3419.  
  3420.  
  3421.  
  3422. ####################################################
  3423. # EAC Dialogs - WAV Compare
  3424. ####################################################
  3425.  
  3426.   9100 = "WAV Compare"
  3427.  
  3428.   9220 = 9206
  3429.  
  3430.  
  3431.  
  3432. ####################################################
  3433. # EAC Dialogs - Wizard Autodetection
  3434. ####################################################
  3435.  
  3436.  17000 = "Autodetection"
  3437.  
  3438.  
  3439.  
  3440. ####################################################
  3441. # EAC Dialogs - CD Write
  3442. ####################################################
  3443.  
  3444.  12300 = "CD Write"
  3445.  
  3446.  12317 = "Track :"
  3447.  12318 = "CD :"
  3448.  12303 = "Status :"
  3449.  12319 = "Buffer :"
  3450.  12302 = "Written :"
  3451.  12306 = "Speed :"
  3452.  12320 = "Time :"
  3453.  12321 = "Est. Remaining :"
  3454.  
  3455.  
  3456.  
  3457. ####################################################
  3458. # EAC Dialogs - CD Write Options
  3459. ####################################################
  3460.  
  3461.  12600 = "CD Write Options"
  3462.  
  3463.  12612 = "Free space on CD :"
  3464.  12613 = "Space needed for actual job :"
  3465.  12614 = "First tracknumber to be written :"
  3466.  12620 = "No Test Write"
  3467.  12621 = "Only Test Write"
  3468.  12622 = "Close CD"
  3469.  12623 = "Leave CD open"
  3470.  12624 = "Can't determine write speeds !  "
  3471.  12625 = "Nothing to write !    "
  3472.  12626 = "This CD has no space left !  "
  3473.  12627 = "There is no writeable CD in drive !  "
  3474.  12628 = "At least one track is shorter than 4 seconds,\n\n"+
  3475.          "which is illegal for audio CDs !\n\n"+
  3476.          "Do you want to ignore this limitation ?"
  3477.  12629 = "This '"
  3478.  12630 = "' CD-R has a tested maximum capacity"
  3479.  12631 = "\n\nof "
  3480.  12632 = " ! You want to write more then the tested maximum limit !\n\n"+
  3481.          "Do you really want to continue ?"
  3482.  12633 = "You try to write more data on this untested CD-R than allowed,\n\n"+
  3483.          "this could result in a incomplete CD !\n\n"+
  3484.          "Do you really want to continue ?"
  3485.  12634 = "The decompression of some tracks could be slower     \n\n"+
  3486.          "than the selected writing speed !\n\n"+
  3487.          "Do you want to continue anyway ?";
  3488.  
  3489.  12611 = 13803
  3490.  12602 = 13804
  3491.  12603 = 13805
  3492.  
  3493.  
  3494.  
  3495. ####################################################
  3496. # EAC Dialogs - Writer Drive Selection
  3497. ####################################################
  3498.  
  3499.  14300 = "Writer Drive Selection"
  3500.  
  3501.  14302 = "CD-R drive :"
  3502.  14301 = "Please make sure that an empty CD-R/CD-RW is inserted in "+
  3503.          "the selected drive, before you continue to choose "+
  3504.          "further write options."
  3505.  
  3506.  
  3507.  
  3508. # Now the Menus of EAC needs translation.
  3509. # There are some specialities with translating
  3510. # Menus. Most menus will have some special codes
  3511. # in it. The first special code is '\t' which
  3512. # usually stands at the end of string, followed
  3513. # by a textual description of the connected
  3514. # shortcut of that function.
  3515. # Please note : If you change the keys here in
  3516. # the text file, it will have no change in the
  3517. # actual program. The shortcut will be still the
  3518. # same, but EAC will show the wrong shortcut, when
  3519. # the Menu is displayed!! So do not change the
  3520. # shortcuts, it will not really change anything!
  3521. # The '\t' is usually a TAB character, so that the
  3522. # shortcut is aligned to the right.
  3523. # The other special character is the '&' character.
  3524. # It is used for navigating Menus by the keyboard.
  3525. # (When the Menu is displayed, the character that
  3526. # follows the '&' is underlined, and that character
  3527. # can be used to activate that action.)
  3528. # e.g. "&EAC Options...\tF9" will result into something
  3529. # like
  3530. # _E_AC Options...      F9
  3531. # (The underline is not possible in a pure text file,
  3532. # so it looks this way...)
  3533. # You may (or sometimes must) change these '&'
  3534. # referenced shortcuts, as in each Menu (Submenu)
  3535. # no two menu entries may use the same character
  3536. # referenced by the '&'.
  3537. #
  3538. # The numbers of the resources have a special format.
  3539. # The first digit stands for the Menu. There is a
  3540. # '2' for the EAC Menu, a '3' for the beginner EAC
  3541. # Menu, a '4' for the Process WAV File Menu, etc.
  3542. # The second digit denote the row of the Menu,
  3543. # a '0' is the leftmost menu, '1' is the menu that
  3544. # is right of the one with '0' at that position.
  3545. # On EACs main Menu, the "EAC" Menu list has '0',
  3546. # the "Edit" Menu list has a '1', the "Action"
  3547. # Menu list has a '2', and so on.
  3548. # The next two digits are one number and tells 
  3549. # at which position the menu entry the text/item
  3550. # is displayed. '00' is the menu list identifier
  3551. # in the menu bar. '01' is the first item on that
  3552. # menu.
  3553. # The last two digits are usually '00'. If a menu
  3554. # item has a submenu (a menu that is shown, when
  3555. # that menu item is selected), it will continue
  3556. # with values beginning with '01' and so on.
  3557. # If you don't know exactly where the string is,
  3558. # compare these with the actual application.
  3559.  
  3560.  
  3561.  
  3562. ####################################################
  3563. # EAC Menus - EAC
  3564. ####################################################
  3565.  
  3566. 200000 = "EA&C"
  3567.  
  3568. 200100 = "&EAC Options...\tF9"
  3569. 200200 = "&Drive Options...\tF10"
  3570. 200300 = "&Compression Options...\tF11"
  3571. 200400 = "freed&b / Database Options...\tF12"
  3572. 200500 = "&WAV Editor Options...\tAlt+Q"
  3573. 200700 = "Conf&iguration Wizard..."
  3574.  
  3575. 200800 = "&Profiles"
  3576. 200801 = "&Load Profile...\tShift+F1"
  3577. 200802 = "&Save Profile...\tShift+F2"
  3578.  
  3579. 201000 = "E&xit\tAlt+F4"
  3580.  
  3581.  
  3582.  
  3583. ####################################################
  3584. # EAC Menus - Edit
  3585. ####################################################
  3586.  
  3587. 210000 = "&Edit"
  3588.  
  3589. 210100 = "Select &All\tCtrl+A"
  3590. 210200 = "&Invert Selection\tCtrl+I"
  3591. 210400 = "Rename Track\tF2"
  3592. 210600 = "S&huffle\tCtrl+H"
  3593.  
  3594. 210700 = "&Sort"
  3595. 210701 = "By &Tracknumber\tCtrl+S"
  3596. 210702 = "By &Name\tCtrl+N"
  3597. 210703 = "By &Length\tCtrl+L"
  3598.  
  3599.  
  3600.  
  3601. ####################################################
  3602. # EAC Menus - Action
  3603. ####################################################
  3604.  
  3605. 220000 = "&Action"
  3606.  
  3607. 220100 = "&Copy Selected Tracks"
  3608. 220101 = "Uncompressed...\tF5"
  3609. 220102 = "Compressed...\tShift+F5"
  3610.  
  3611. 220200 = "Test && C&opy Selected Tracks"
  3612. 220201 = "Uncompressed...\tF6"
  3613. 220202 = "Compressed...\tShift+F6"
  3614.  
  3615. 220300 = "Copy Range"
  3616. 220301 = "Uncompressed...\tF7"
  3617. 220302 = "Compressed...\tShift+F7"
  3618.  
  3619. 220400 = "&Test Selected Tracks\tF8"
  3620.  
  3621. 220500 = "Copy &Image && Create CUE Sheet"
  3622. 220501 = "Uncompressed...\tAlt+F7"
  3623. 220502 = "Compressed..."
  3624.  
  3625. 220600 = "Catalog Selected Trac&ks"
  3626. 220601 = "Uncompressed...\tAlt+F"
  3627. 220602 = "Compressed...\tAlt+Shift+F"
  3628.  
  3629. 220700 = "Copy Selected Tracks Index-&Based"
  3630. 220701 = "Uncompressed...\tAlt+X"
  3631. 220702 = "Compressed...\tAlt+Shift+X"
  3632.  
  3633. 220900 = "&Detect Gaps\tF4"
  3634. 221000 = "Test &Gaps On Silence\tF3"
  3635.  
  3636. 221100 = "Create CUE &Sheet"
  3637. 221101 = "C&urrent Gap Settings..."
  3638. 221103 = "&Single WAV File...\tAlt+S"
  3639. 221104 = "Multiple WAV Files With Gaps...  (Noncompliant)"
  3640. 221105 = "Multiple WAV Files With &Leftout Gaps...\tAlt+M"
  3641. 221106 = "Multiple WAV Files With &Corrected Gaps...\tAlt+O"
  3642.  
  3643. 221300 = "L&eave Out Gaps"
  3644. 221400 = "&Append Gaps To Previous Track (default)"
  3645. 221500 = "A&ppend Gaps To Next Track"
  3646.  
  3647.  
  3648.  
  3649. ####################################################
  3650. # EAC Menus - Database
  3651. ####################################################
  3652.  
  3653. 230000 = "&Database"
  3654.  
  3655. 230100 = "&Edit CD Information...\tAlt+L"
  3656. 230200 = "Edit Extended &Track Information...\tAlt+T"
  3657. 230300 = "Clear Actual CD &Information...\tShift+Del"
  3658.  
  3659. 230400 = "Clear &Actual CRC values"
  3660. 230401 = "&Read CRC"
  3661. 230402 = "&Test CRC"
  3662. 230403 = "&Both CRCs"
  3663.  
  3664. 230500 = "Tr&ansform Actual CD Information"
  3665. 230501 = "&Upper All First Characters"
  3666. 230502 = "&Lower All Characters"
  3667. 230503 = "&Transform '-' To '/'    [ Artist / Title ]"
  3668. 230504 = "&Exchange Artist <-> Title"
  3669.  
  3670. 230700 = "&Get CD Information From"
  3671. 230701 = "&Remote freedb\tAlt+G"
  3672. 230702 = "&Local freedb"
  3673. 230703 = "CD-&TEXT"
  3674. 230704 = "CD&PLAYER.INI"
  3675. 230705 = "&Clipboard\tShift+Ctrl+V"
  3676.  
  3677. 230800 = "&Process Batch freedb Queries\tAlt+P"
  3678. 230900 = "&Submit CD Information To freedb\tAlt+U"
  3679.  
  3680. 231000 = "Export CD Information To"
  3681. 231001 = "&Clipboard\tCtrl+D"
  3682. 231002 = "&Local freedb"
  3683. 231003 = "&Text File..."
  3684. 231004 = "&DB Text File..."
  3685. 231005 = "CD&PLAYER.INI"
  3686. 231006 = "&.CDT File"
  3687.  
  3688. 231100 = "Export Whole Database To"
  3689. 231101 = "&Local freedb"
  3690. 231102 = "CD&PLAYER.INI"
  3691. 231103 = "&DB Text File..."
  3692.  
  3693. 231200 = "&Browse Database..."
  3694. 231300 = "Import &Database..."
  3695.  
  3696. 231500 = "Send Accurate&Rip Results..."
  3697.  
  3698.  
  3699. ####################################################
  3700. # EAC Menus - Tools
  3701. ####################################################
  3702.  
  3703. 240000 = "&Tools"
  3704.  
  3705. 240100 = "&Write CD-R...\tAlt+W"
  3706. 240200 = "Cop&y CD...\tAlt+Y"
  3707. 240400 = "&Process WAV...\tCtrl+E"
  3708. 240500 = "&Compare WAVs...\tCtrl+W"
  3709.  
  3710. 240600 = "&Split WAV By CUE Sheet"
  3711. 240601 = "With &Gaps"
  3712. 240602 = "With Gaps &Corrected"
  3713. 240603 = "&Leave Out Gaps"
  3714. 240604 = "Individual &Indices"
  3715.  
  3716. 240700 = "Remove &Gaps from TAO Images"
  3717.  
  3718. 240900 = "&Record WAV...\tAlt+R"
  3719. 241000 = "&Loop Record WAV...\tAlt+Z"
  3720. 241200 = "C&ompress WAVs...\tAlt+V"
  3721. 241300 = "&Decompress...\tAlt+B"
  3722. 241400 = "&Edit ID3 Tags...\tAlt+A"
  3723. 241500 = "Re&name From ID3 Tags...\tAlt+N"
  3724.  
  3725. 241700 = "Co&mpression Queue Control Center\tCtrl+Q"
  3726.  
  3727.  
  3728. ####################################################
  3729. # EAC Menus - Help
  3730. ####################################################
  3731.  
  3732. 250000 = "&Help"
  3733.  
  3734. 250100 = "&About EAC..."
  3735.  
  3736. 250300 = "&Internet Links"
  3737. 250301 = "&EAC"
  3738. 250302 = "&Tips && Specs"
  3739. 250303 = "&What's New"
  3740. 250304 = "&FAQ"
  3741. 250305 = "SatCP EAC Tutorial"
  3742. 250307 = "free&db"
  3743. 250308 = "&LAME Encoder"
  3744. 250309 = "LAME For &Windows I"
  3745. 250310 = "&OggVorbis Encoder"
  3746. 250311 = "&FLAC Lossless Encoder"
  3747. 250312 = "&Monkey's Audio Encoder (APE)"
  3748.  
  3749. 250500 = "&Help\tF1"
  3750.  
  3751.  
  3752.  
  3753. ####################################################
  3754. # EAC Menus - EAC
  3755. ####################################################
  3756.  
  3757. 300100 = 200100
  3758. 300200 = 200200
  3759. 300300 = 200300
  3760. 300400 = 200400
  3761. 300500 = 200500
  3762. 300700 = 200700
  3763.  
  3764. 300800 = 200800
  3765. 300801 = 200801
  3766. 300802 = 200802
  3767.  
  3768. 301000 = 201000
  3769.  
  3770.  
  3771.  
  3772. ####################################################
  3773. # EAC Menus - Edit
  3774. ####################################################
  3775.  
  3776. 310000 = 210000
  3777.  
  3778. 310100 = 210100
  3779. 310200 = 210200
  3780. 310400 = 210400
  3781. 310600 = 210600
  3782.  
  3783. 310700 = 210700
  3784. 310701 = 210701
  3785. 310702 = 210702
  3786. 310703 = 210703
  3787.  
  3788.  
  3789.  
  3790. ####################################################
  3791. # EAC Menus - Action
  3792. ####################################################
  3793.  
  3794. 320000 = 220000
  3795.  
  3796. 320100 = 220100
  3797. 320101 = 220101
  3798. 320102 = 220102
  3799.  
  3800. 320200 = 220200
  3801. 320201 = 220201
  3802. 320202 = 220202
  3803.  
  3804. 320300 = 220300
  3805. 320301 = 220301
  3806. 320302 = 220302
  3807.  
  3808. 320400 = 220400
  3809.  
  3810. 320500 = 220500
  3811. 320501 = 220501
  3812. 320502 = 220502
  3813.  
  3814. 320700 = 221200
  3815. 320701 = 221203
  3816. 320703 = "Multiple WAV Files..."
  3817.  
  3818.  
  3819.  
  3820. ####################################################
  3821. # EAC Menus - Database
  3822. ####################################################
  3823.  
  3824. 330000 = 230000
  3825.  
  3826. 330100 = 230100
  3827. 330200 = 230200
  3828. 330300 = 230300
  3829.  
  3830. 330400 = 230400
  3831. 330401 = 230401
  3832. 330402 = 230402
  3833. 330403 = 230403
  3834.  
  3835. 330500 = 230500
  3836. 330501 = 230501
  3837. 330502 = 230502
  3838. 330503 = 230503
  3839. 330504 = 230504
  3840.  
  3841. 330700 = 230700
  3842. 330701 = 230701
  3843. 330702 = 230702
  3844. 330703 = 230703
  3845. 330704 = 230704
  3846. 330705 = 230705
  3847.  
  3848. 330800 = 230800
  3849. 330900 = 230900
  3850.  
  3851. 331000 = 231000
  3852. 331001 = 231001
  3853. 331002 = 231002
  3854. 331003 = 231003
  3855. 331004 = 231004
  3856. 331005 = 231005
  3857. 331006 = 231006
  3858.  
  3859. 331100 = 231100
  3860. 331101 = 231101
  3861. 331102 = 231102
  3862. 331103 = 231103
  3863.  
  3864. 331200 = 231200
  3865. 331300 = 231300
  3866.  
  3867. 331500 = 231500
  3868.  
  3869.  
  3870. ####################################################
  3871. # EAC Menus - Tools
  3872. ####################################################
  3873.  
  3874. 340000 = 240000
  3875.  
  3876. 340100 = 240100
  3877. 340200 = 240200
  3878. 340400 = 240400
  3879. 340500 = 240500
  3880.  
  3881. 340600 = "&Split WAV By CUE Sheet..."
  3882. 340700 = 240700
  3883.  
  3884. 340900 = 240900
  3885. 341000 = 241000
  3886. 341200 = 241200
  3887. 341300 = 241300
  3888. 341400 = 241400
  3889. 341500 = 241500
  3890.  
  3891. 341700 = 241700
  3892.  
  3893.  
  3894. ####################################################
  3895. # EAC Menus - Help
  3896. ####################################################
  3897.  
  3898. 350000 = 250000
  3899.  
  3900. 350100 = 250100
  3901.  
  3902. 350300 = 250300
  3903. 350301 = 250301
  3904. 350302 = 250302
  3905. 350303 = 250303
  3906. 350304 = 250304
  3907. 350305 = 250305
  3908. 350307 = 250307
  3909. 350308 = 250308
  3910. 350309 = 250309
  3911. 350310 = 250310
  3912. 350311 = 250311
  3913. 350312 = 250312
  3914.  
  3915. 350500 = 250500
  3916.  
  3917.  
  3918.  
  3919. ####################################################
  3920. # Process Menus - File
  3921. ####################################################
  3922.  
  3923. 400000 = "&File"
  3924.  
  3925. 400100 = "&Save"
  3926. 400200 = "Save &As..."
  3927. 400300 = "Save S&election As..."
  3928. 400500 = "&Revert To Saved"
  3929. 400700 = "&Append File..."
  3930. 400900 = "&Exit"
  3931.  
  3932.  
  3933.  
  3934. ####################################################
  3935. # Process Menus - Edit
  3936. ####################################################
  3937.  
  3938. 410000 = "&Edit"
  3939.  
  3940. 410100 = "Und&o"
  3941. 410300 = "Zero Crossing Adjustment"
  3942. 410400 = "CD Sector Adjustment"
  3943. 410600 = "&Select All"
  3944. 410700 = "&Unselect All"
  3945. 410900 = "&Copy"
  3946. 411000 = "C&ut"
  3947. 411100 = "&Paste"
  3948. 411200 = "&Mix Paste..."
  3949. 411300 = "Find && Replace"
  3950. 411500 = "&Delete Selection"
  3951. 411600 = "&Trim Selection"
  3952. 411800 = "Silence Selection"
  3953. 411900 = "&Insert Silence..."
  3954.  
  3955.  
  3956.  
  3957. ####################################################
  3958. # Process Menus - Display
  3959. ####################################################
  3960.  
  3961. 420000 = "&Display"
  3962.  
  3963. 420100 = "Spectral View"
  3964. 420200 = "Update Display"
  3965.  
  3966. 420400 = "Time Format"
  3967. 420401 = "Decimal (h:mm:ss.ddd)"
  3968. 420402 = "Decimal (ssss.ddd)"
  3969. 420403 = "Samples"
  3970. 420404 = "CD Sectors"
  3971.  
  3972. 420500 = "Vertical Scale Format"
  3973. 420501 = "Sample Values"
  3974. 420502 = "Normalized Sample Values"
  3975. 420503 = "Percentage"
  3976. 420505 = "Automatic Range Selection"
  3977.  
  3978. 420600 = "Use 'Spectrum Selection'"
  3979. 420800 = "Frequency Analysis..."
  3980.  
  3981.  
  3982.  
  3983. ####################################################
  3984. # Process Menus - Process File
  3985. ####################################################
  3986.  
  3987. 430000 = "&Process File"
  3988.  
  3989. 430100 = "&Normalize..."
  3990. 430200 = "&Correct DC Offset..."
  3991. 430400 = "&Select Peak Range"
  3992. 430500 = "&Play Peak Range"
  3993.  
  3994. 430700 = "&Remove"
  3995. 430701 = "&Leading Silence"
  3996. 430702 = "&Ending Silence"
  3997. 430703 = "Leading && Ending &Silence"
  3998.  
  3999. 430800 = "&Add"
  4000. 430801 = "Null Samples At &Beginning..."
  4001. 430802 = "Null Samples At &End..."
  4002.  
  4003. 431000 = "C&ompare With External WAV..."
  4004.  
  4005.  
  4006.  
  4007. ####################################################
  4008. # Process Menus - Process Selection
  4009. ####################################################
  4010.  
  4011. 440000 = "Process &Selection"
  4012.  
  4013. 440100 = "Remove &Glitches..."
  4014. 440200 = "Detect &Pops..."
  4015.  
  4016. 440300 = "In&terpolate Selection"
  4017. 440301 = "&Replace Frequencies"
  4018. 440302 = "&Linear"
  4019.  
  4020. 440400 = "&Smooth Selection"
  4021. 440500 = "Repla&ce From File..."
  4022.  
  4023. 440700 = "Noise Pro&file"
  4024. 440701 = "&Get From Selection"
  4025. 440702 = "&Load From File..."
  4026. 440703 = "&Save To File..."
  4027.  
  4028. 440800 = "Reduce &Noise..."
  4029.  
  4030. 441000 = "F&ade"
  4031. 441001 = "Fade &In Linear"
  4032. 441002 = "Fade &Out Linear"
  4033. 441004 = "Fade In &Logarithmic"
  4034. 441005 = "Fade O&ut Logarithmic"
  4035. 441007 = "&Fade..."
  4036.  
  4037. 441100 = "&Equalize..."
  4038. 441300 = "&Invert"
  4039. 441400 = "&Reverse"
  4040.  
  4041. 441600 = "&Delay"
  4042. 441601 = "&Echo..."
  4043. 441602 = "&Phaser..."
  4044. 441603 = "&Reverb..."
  4045. 441604 = "&Flanger..."
  4046.  
  4047.  
  4048.  
  4049. ####################################################
  4050. # Process Menus - CUE Sheet
  4051. ####################################################
  4052.  
  4053. 450000 = "&CUE Sheet"
  4054.  
  4055. 450100 = "Load CUE Sheet..."
  4056. 450200 = "Create new CUE Sheet"
  4057. 450300 = "Save CUE Sheet..."
  4058.  
  4059. 450500 = "Insert"
  4060. 450501 = "Track Start"
  4061. 450502 = "Gap Start"
  4062. 450503 = "Index"
  4063.  
  4064. 450600 = "Display CUE Sheet"
  4065. 450800 = "Generate CUE Sheet"
  4066.  
  4067.  
  4068.  
  4069. ####################################################
  4070. # Popup Menu - Main
  4071. ####################################################
  4072.  
  4073. 510000 = 220100
  4074. 510100 = 220101
  4075. 510200 = 220102
  4076.  
  4077. 520000 = 220200
  4078. 520100 = 220201
  4079. 520200 = 220202
  4080.  
  4081. 530000 = 220400
  4082.  
  4083. 550000 = "Edit"
  4084. 550100 = 210100
  4085. 550200 = 210200
  4086. 550400 = 210600
  4087.  
  4088. 550500 = "Sort"
  4089. 550501 = 210701
  4090. 550502 = 210702
  4091. 550503 = 210703
  4092.  
  4093. 560000 = "CD Player Functions"
  4094. 560100 = "Play"
  4095. 560200 = "Pause"
  4096. 560300 = "Stop"
  4097. 560400 = "Next Title"
  4098. 560500 = "Previous Title"
  4099.  
  4100. 570000 = "Options"
  4101. 570100 = 200200
  4102. 570200 = 200100
  4103. 570300 = 200300
  4104. 570400 = 200400
  4105. 570500 = 200500
  4106.  
  4107.  
  4108.  
  4109. ####################################################
  4110. # CDWrite Menus - File
  4111. ####################################################
  4112.  
  4113. 600000 = "&File"
  4114.  
  4115. 600100 = "&New CUE Sheet"
  4116. 600300 = "&Load CUE Sheet..."
  4117. 600400 = "&Save CUE Sheet..."
  4118. 600600 = "&Edit CUE Sheet..."
  4119. 600800 = "E&xit"
  4120.  
  4121.  
  4122.  
  4123. ####################################################
  4124. # CDWrite Menus - Layout
  4125. ####################################################
  4126.  
  4127. 610000 = "&Layout"
  4128.  
  4129. 610100 = "Append Files As New Track (Index &1) ..."
  4130. 610200 = "Append Files As New Track (Index &0 && 1) ..."
  4131. 610300 = "Append Files As New &Index..."
  4132. 610500 = "&Edit Selected Indices..."
  4133. 610600 = "Delete Selected I&ndices"
  4134. 610800 = "Edit &CD Information..."
  4135. 611000 = "&Add 2 Second Gap On Append"
  4136.  
  4137.  
  4138.  
  4139. ####################################################
  4140. # CDWrite Menus - CD-R
  4141. ####################################################
  4142.  
  4143. 620000 = "&CD-R"
  4144.  
  4145. 620100 = "&Write CD..."
  4146. 620300 = "&Display CD-R Information..."
  4147. 620400 = "&Test CD-R Capacity..."
  4148. 620600 = "Quick Erase CD-RW..."
  4149.  
  4150.  
  4151.  
  4152. ####################################################
  4153. # CDWrite Menus - File
  4154. ####################################################
  4155.  
  4156. 700000 = 600000
  4157.  
  4158. 700100 = 600100
  4159. 700300 = 600300
  4160. 700400 = 600400
  4161. 700600 = 600600
  4162. 700800 = 600800
  4163.  
  4164.  
  4165.  
  4166. ####################################################
  4167. # CDWrite Menus - Layout
  4168. ####################################################
  4169.  
  4170. 710000 = 610000
  4171.  
  4172. 710100 = "Append Files As New &Track"
  4173. 710300 = 610500
  4174. 710400 = 610600
  4175. 710600 = 610800
  4176. 710800 = 611000
  4177.  
  4178.  
  4179.  
  4180. ####################################################
  4181. # CDWrite Menus - CD-R
  4182. ####################################################
  4183.  
  4184. 720000 = 620000
  4185.  
  4186. 720100 = 620100
  4187. 720300 = 620300
  4188. 720400 = 620400
  4189. 720600 = 620600
  4190.  
  4191.  
  4192.  
  4193. ####################################################
  4194. # All other resource strings
  4195. ####################################################
  4196.  
  4197.  80000 = "Select compression options"
  4198.  
  4199.  80001 = "Unknown error"
  4200.  80002 = "Unknown ASPI error"
  4201.  
  4202.  80045 = "Unknown manufacturer"
  4203.  80046 = "Unknown type"
  4204.  
  4205.  80150 = "The specified directory does not exist !\n\n"+
  4206.          "Do you want to create it ?"
  4207.  80151 = "Please specify drive within path"
  4208.  80152 = "No path specified"
  4209.  
  4210.  80200 = "Unknown Artist"
  4211.  80201 = "Unknown Title"
  4212.  
  4213.  80250 = " Error - Initialisation failed"
  4214.  80251 = " Error - Not able to resolve host name"
  4215.  80252 = " Error - Missing data in function"
  4216.  80253 = " Error - Can't connect host"
  4217.  80254 = " Error - Server not responding"
  4218.  80255 = " Error - freedb handshaking failed"
  4219.  80256 = " Error - Wrong WINSOCK.DLL version"
  4220.  80257 = " Error - Can't initialise WINSOCK.DLL"
  4221.  
  4222.  80258 = " Error - Cannot connect to server"
  4223.  80259 = " Requesting CD information..."
  4224.  80260 = " CD information found"
  4225.  80261 = " Error - Entry not found"
  4226.  80262 = " Error - Server error"
  4227.  80263 = " Several exact CD information found"
  4228.  80264 = " Inexact CD information found"
  4229.  80265 = " Error - CD not found in database"
  4230.  80266 = " Error - No handshake possible"
  4231.  80267 = " Requesting CD information..."
  4232.  80268 = " Query CD information"
  4233.  80269 = " Error - HTTP protocol failure"
  4234.  80270 = " Requesting valid sites..."
  4235.  80271 = " Error - No site information"
  4236.  80272 = " Closing Connecting..."
  4237.  80273 = " Error - Server timed out"
  4238.  80274 = " Error - Server not ready"
  4239.  80275 = " Error - Mail not accepted"
  4240.  80276 = "No music type selected"
  4241.  80277 = "Incorrect CD length information"
  4242.  80278 = "Problems with disc ID"
  4243.  80279 = "Incorrect CD artist name"
  4244.  80280 = "Incorrect CD title name"
  4245.  80281 = "Problems with disc title"
  4246.  80282 = "Problems with disc year"
  4247.  80283 = "Problems with disc extended genre"
  4248.  80284 = "Incorrect "
  4249.  80285 = ". track title name"
  4250.  80286 = "Incorrect extended CD information"
  4251.  80287 = "No valid CD"
  4252.  80288 = " Sending CD information..."
  4253.  80289 = " Information send"
  4254.  80290 = " Error - Information not accepted"
  4255.  80291 = " Error - No response"
  4256.  80292 = " Connecting freedb server..."
  4257.  80294 = " Connecting mail server..."
  4258.  
  4259.  80500 = "Save Waveform"
  4260.  80501 = "Detection mode not possible for this drive"
  4261.  80502 = 5321
  4262.  80503 = "CD information incompatible with freedb\n\n"
  4263.  80504 = "Are you really sure to submit this CD\n\n"+
  4264.          "to the official freedb database ?      "
  4265.  80505 = "Only HTTP submission possible"
  4266.  80506 = "Invalid freedb host information"
  4267.  80507 = "Select Files To Tag"
  4268.  80508 = "No Audio Data available"
  4269.  80509 = "Errors occured on extraction !\n\n"+
  4270.          "Do you really want to continue ?      "
  4271.  80510 = "Save CUE Sheet"
  4272.  80511 = "Select First WAV"
  4273.  80512 = "Select Second WAV"
  4274.  80513 = 7060
  4275.  80514 = "Open Waveform"
  4276.  80515 = "There is not enough free main memory left on your system to process\n\n"+
  4277.          "the whole file. Do you want to continue nevertheless ?"
  4278.  80516 = "Not enough main memory !"
  4279.  80517 = "The selected WAV file is too short !\n\n"+
  4280.          "EAC processes only WAVs longer than 2 samples !"
  4281.  80518 = "Save CD Information"
  4282.  80519 = "No Audio Tracks selected"
  4283.  80520 = "No ASPI interface found !\n\n"+
  4284.          "Please refer to the documentation !"
  4285.  80521 = "Wave Files (*.wav)"
  4286.  80522 = "CD Database Files (*.dat)"
  4287.  80523 = "CUE Sheet Files (*.cue)"
  4288.  80524 = "All Sound Files (*.wav,*.mp3,*.aac,*.vqf)"
  4289.  80525 = "CD Information Files (*.txt)"
  4290.  80526 = "EAC Profiles (*.cfg)"
  4291.  80527 = "WAV, MP3, WMA, MPC and APE Files (*.wav, *.mp3, *.wma, *.ape, *.mpc)"
  4292.  80528 = "Binary CD-Text Files (*.cdt)"
  4293.  80529 = "The ASPI interface could not be initialized correctly !  (Error "
  4294.  
  4295.  80600 = "Audio CD in drive"
  4296.  80601 = "Track"
  4297.  80602 = "Playing"
  4298.  80603 = "Tracks"
  4299.  80604 = "No audio CD in drive"
  4300.  80605 = " Compression task left"
  4301.  80606 = " Compression tasks left"
  4302.  80607 = "Unknown"
  4303.  80608 = 10
  4304.  80609 = "User Defined Extension"
  4305.  80610 = "Wave Files"
  4306.  80611 = "External Compressor"
  4307.  80612 = "WM Audio Files"
  4308.  80613 = "Can't open/create the file \n\n"
  4309.  80614 = "No Profile Selected"
  4310.  80615 = "Play"
  4311.  80616 = "Pause"
  4312.  80617 = "Stop"
  4313.  80618 = "Previous Track"
  4314.  80619 = "Fast Back"
  4315.  80620 = "Fast Forward"
  4316.  80621 = "Next Track"
  4317.  80622 = "Eject"
  4318.  80623 = "Get CD Information From freedb"
  4319.  80624 = "Submit CD Information To freedb"
  4320.  80625 = "freedb Homepage"
  4321.  80626 = "Copy Selected Tracks Uncompressed"
  4322.  80627 = "Copy Selected Tracks Compressed"
  4323.  80628 = "Copy Image & CUE Sheet"
  4324.  80629 = "CD Title "
  4325.  80630 = "Album Title"
  4326.  80631 = "CD Artist "
  4327.  80632 = "Album Artist"
  4328.  80633 = " Various Artists "
  4329.  80634 = "Album Of Various Artists"
  4330.  80635 = "Year "
  4331.  80636 = "Production Year Of Album"
  4332.  80637 = "Genre "
  4333.  80638 = "Album MP3 Genre"
  4334.  80639 = "freedb "
  4335.  80640 = "Album freedb Genre"
  4336.  80641 = "Load"
  4337.  80642 = "Save"
  4338.  80643 = "New"
  4339.  80644 = "Delete"
  4340.  80645 = "Drive Selection Box"
  4341.  80646 = "Title"
  4342.  80647 = "Track"
  4343.  80648 = "Start"
  4344.  80649 = "Length"
  4345.  80650 = "Gap"
  4346.  80651 = "Size"
  4347.  80652 = "Compr. Size"
  4348.  80653 = "Read CRC"
  4349.  80654 = "Test CRC"
  4350.  80655 = "CRC"
  4351.  80656 = "Copy Protection"
  4352.  80657 = "Pre-Emphasis"
  4353.  80658 = 10041
  4354.  80659 = "Select WAVs To Compress"
  4355.  80660 = "The following files are not uncompressed 44.1 kHz "+
  4356.          "stereo WAVs !\n\n"
  4357.  80661 = "Do you still want to continue compression "+
  4358.          "without these files ?                     "
  4359.  80662 = "No files to process !                     "+
  4360.          "                                          "+
  4361.          "                                      "
  4362.  80663 = "Select Destination Directory"
  4363.  80664 = "Select WAVs, MP3s, WMAs or APEs To Decompress"
  4364.  80665 = "The following files are uncompressed 44.1 kHz "+
  4365.          "stereo WAVs !\n\n"
  4366.  80666 = "Select File To Rename From ID3 Tag"
  4367.  80667 = "Save Option Profile"
  4368.  80668 = "Load Option Profile"
  4369.  80669 = "The external compressor returned an error!\n\nOptions : "
  4370.  80670 = "\n\nFile : "
  4371.  
  4372.  80700 = "Illegal characters in profilename!"
  4373.  80701 = "Save DB Text File"
  4374.  80702 = "No General Music Style selected !"
  4375.  80703 = "Do you really want to delete this profile ?"
  4376.  80704 = "Profile deletion error!"
  4377.  80705 = "Configuration Wizard"
  4378.  80706 = "Save CD-Text Binary File"
  4379.  80707 = "Import Database"
  4380.  80708 = "     Read Error"
  4381.  80709 = "     Sync Error"
  4382.  80710 = "     Reading Selected Range"
  4383.  80711 = "     Reading Track"
  4384.  80712 = "     File Write Error"
  4385.  80713 = "     Cool Down Drive"
  4386.  80714 = "     Spin Up Drive"
  4387.  80715 = "     Continue Reading"
  4388.  80716 = "     Normalizing"
  4389.  80717 = "     Normalizing and Compressing"
  4390.  80718 = "     Test Done"
  4391.  80719 = "     Copy OK"
  4392.  80720 = " No CD Found"
  4393.  80721 = " Test canceled - Up to now NO C2 errors found"
  4394.  80722 = " C2 error information found"
  4395.  80723 = " Probably not C2 capable"
  4396.  80724 = " NO C2 errors found on this CD"
  4397.  80725 = " Can't find matching C2 read mode"
  4398.  80726 = " No audio tracks found"
  4399.  80727 = "Cutting"
  4400.  80728 = "Error writing file !"
  4401.  80729 = "File open error !"
  4402.  80730 = "Error in CUE sheet !"
  4403.  80731 = "Select WAV To Split"
  4404.  80732 = "Select CUE File Used For Split"
  4405.  80733 = "File not found in CUE sheet !"
  4406.  80734 = "CUE Sheets (*.cue)"
  4407.  80735 = "Wave Files (*.wav)"
  4408.  80736 = "Change Sample Value"
  4409.  80737 = "Changing Sample Value"
  4410.  80738 = "Select CUE Sheet"
  4411.  80739 = "The CUE sheet is either incorrect or does not "+
  4412.          "contain this file !  "
  4413.  80740 = "Save CUE Sheet As"
  4414.  80741 = "Do you really want to delete your actual CUE sheet ?"
  4415.  80742 = "Probably not enough space for undo !\n\n"+
  4416.          "Do you want to continue without undo ? "
  4417.  80743 = "Save Waveform As"
  4418.  80744 = "Select WAV"
  4419.  80745 = "Open Replacement File"
  4420.  80746 = "No files"
  4421.  80747 = "Noise profiles (*.nrp)"
  4422.  80748 = 80735
  4423.  80749 = 80734
  4424.  80750 = "No enough space for undo !\n\n"+
  4425.          "Do you want to continue without undo, erasing all "+
  4426.          "undo levels ?    "
  4427.  
  4428.  80800 = "File write error !"
  4429.  80801 = "File creation error !"
  4430.  80802 = "Undo"
  4431.  80803 = "No temporary space available !"
  4432.  80804 = "Not enough memory for this operation !"
  4433.  80806 = "File read error !"
  4434.  80808 = "Clipboard file error !"
  4435.  80809 = "Incorrect input (-32768..32767) !"
  4436.  80810 = "Not a standard 44.1 kHz/16 bit/stereo WAV !"
  4437.  80811 = "Replace file too short !"
  4438.  
  4439.  80900 = "Position is beyond waveform limits !"
  4440.  80901 = "It is not possible to insert an index at this position !"
  4441.  80902 = "It is not possible to insert an index marker above "+
  4442.          "another marker at this position!"
  4443.  80903 = "It is not possible to insert an pre-gap marker above "+
  4444.          "another marker at this position!"
  4445.  80904 = "It is not possible to insert a pre-gap at that position !"
  4446.  80905 = "It is not possible to insert a track marker above "+
  4447.          "another marker !"
  4448.  80950 = "left "
  4449.  80951 = "right "
  4450.  
  4451.  81000 = "  missing sample"
  4452.  81001 = "  missing samples"
  4453.  81002 = "  repeated sample"
  4454.  81003 = "  repeated samples"
  4455.  81004 = " longer"
  4456.  81005 = "different samples"
  4457.  81006 = "Determine Peak Level"
  4458.  81007 = "Determining Peak Level"
  4459.  81008 = 410100
  4460.  81009 = "Comparing WAVs"
  4461.  
  4462.  81100 = "Compare WAVs"
  4463.  
  4464.  81101 = "EAC options"
  4465.  81102 = "Compression options"
  4466.  81103 = "freedb / Database options"
  4467.  81104 = "Options for drive "
  4468.  81105 = "WAV editor options"
  4469.  
  4470.  81200 = "     Searching Start Sector"
  4471.  81201 = " Testing..."
  4472.  81202 = " Test canceled"
  4473.  81203 = " Detect canceled"
  4474.  81204 = " Can't find matching read mode"
  4475.  81205 = " Lead In & Lead Out"
  4476.  81206 = " Only Lead In"
  4477.  81207 = " Only Lead Out"
  4478.  81208 = " None"
  4479.  81209 = " TOC reading error"
  4480.  81210 = " Searching..."
  4481.  81211 = " Searching Passage..."
  4482.  81212 = " Passage Not Found"
  4483.  81213 = " Read Error"
  4484.  81214 = " CD Not Found In Offset Database"
  4485.  81215 = " No CD Found"
  4486.  81216 = "   No Gap"
  4487.  81217 = "Track "
  4488.  81218 = "Detecting Gap Silences"
  4489.  81219 = "Extracting"
  4490.  
  4491.  81300 = "Once you tested that your drive does support C2 pointers, "+
  4492.          "you could enable this feature in the drive options for this drive."
  4493.  81301 = "There was a problem of detecting the drive features "+
  4494.          "for this drive. Either no audio CD is in the drive, "+
  4495.          "or EAC couldn't detect a valid read mode. Please try "+
  4496.          "again or go back to the previous screen."
  4497.  81302 = "EAC couldn't find a CD in the drive to be tested. Make "+
  4498.          "sure a CD containing audio tracks is inserted in the "+
  4499.          "drive named on the top of the dialog. Please try again "+
  4500.          "or go back to the previous screen."
  4501.  81303 = "EAC could find a CD in the drive, but it seem that it "+
  4502.          "doesn't contain audio tracks. Make sure a CD containing "+
  4503.          "audio tracks is inserted in the drive named on the top "+
  4504.          "of the dialog. Please try again or go back to the previous screen."
  4505.  81304 = "EAC couldn't detect a valid read mode for this drive. "+
  4506.          "Either the drive is not supported or there are some "+
  4507.          "manual configuration needed for this drive. Try a different "+
  4508.          "CD and try again or go back to the previous screen."
  4509.  81305 = "Specified file is not found, please check your setting."
  4510.  81306 = "Select LAME Encoder"
  4511.  81307 = "Illegal email address!"
  4512.  81308 = "LAME Encoder (LAME.EXE)"
  4513.  
  4514.  81400 = "Actual"
  4515.  81401 = "Select Default Path For Extraction"
  4516.  
  4517.  81500 = "CD-ROM drives selection box"
  4518.  81501 = "freedb Submission"
  4519.  81502 = "Invalid server address"
  4520.  81503 = "Only HTTP submission possible"
  4521.  81504 = " Done"
  4522.  81505 = " Canceled"
  4523.  81506 = "Get active server list"
  4524.  81507 = "Glitch Removing"
  4525.  81508 = "Select Command Line Encoder"
  4526.  81509 = "Save Logfile"
  4527.  81510 = "Program files (*.exe)"
  4528.  81511 = "EAC Logfiles (*.log)"
  4529.  
  4530.  81600 = "This function will actually write data to your empty "+
  4531.          "CD-R/CD-RW !\n\nA CD-R can't be used otherwise afterwards, "+
  4532.          "a CD-RW could be deleted again though.\n\nDo you really "+
  4533.          "want to continue ?"
  4534.  81601 = "This CD is not empty !  "
  4535.  81602 = "Audio Files (*.wav,*.mp3,*.mpc,*.ape)"
  4536.  
  4537.  81700 = "L3Enc MP3 Encoder & Compatible"
  4538.  81701 = "Fraunhofer MP3Enc MP3 Encoder"
  4539.  81702 = "Xing X3Enc MP3 Encoder"
  4540.  81703 = "Xing ToMPG MP3 Encoder"
  4541.  81704 = "LAME MP3 Encoder"
  4542.  81705 = "GOGO MP3 Encoder"
  4543.  81706 = "MPC Encoder"
  4544.  81707 = "Ogg Vorbis Encoder"
  4545.  81708 = "Microsoft WMA9 Encoder"
  4546.  81709 = "FAAC AAC Encoder"
  4547.  81710 = "Homeboy AAC Encoder"
  4548.  81711 = "Quartex AAC Encoder"
  4549.  81712 = "PsyTEL AAC Encoder"
  4550.  81713 = "MBSoft AAC Encoder"
  4551.  81714 = "Yamaha VQF Encoder"
  4552.  81715 = "Real Audio Encoder"
  4553.  81716 = "Monkey's Audio Lossless Encoder"
  4554.  81717 = "Shorten Lossless Encoder"
  4555.  81718 = "RKAU Lossless Encoder"
  4556.  81719 = "LPAC Lossless Encoder"
  4557.  81720 = "User Defined Encoder"
  4558.  
  4559.  81800 = "TAO Gap Removal"
  4560.  81801 = "Removing TAO Gaps"
  4561.  81802 = "Select CUE Sheet for Gap Removal"
  4562.  81803 = "Only CD images can be processed (single file) !"
  4563.  81804 = "Only uncompressed files can be processed !"
  4564.  81805 = "Only uncompressed 44.1 kHz, 16 bit stereo files can be processed !"
  4565.